ObjFW  Check-in [de4cfbf81a]

Overview
Comment:README.md: Add instructions for Ubuntu
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 1.1
Files: files | file ages | folders
SHA3-256: de4cfbf81a223944e1e80958effad136dee702e9b3adfdf63407404126d4553a
User & Date: js on 2024-05-12 11:38:59
Other Links: branch diff | manifest | tags
Context
2024-05-12
13:17
Update ChangeLog for 1.1.3 check-in: 8ef27783bd user: js tags: 1.1
11:38
README.md: Add instructions for Ubuntu check-in: de4cfbf81a user: js tags: 1.1
11:38
README.md: Add instructions for Ubuntu check-in: d3659a9a01 user: js tags: trunk
2024-05-11
22:18
README.md: Add instructions for Debian check-in: 39acd16610 user: js tags: 1.1
Changes

Modified README.md from [3491f4df94] to [1d97f3d87c].

91
92
93
94
95
96
97

98
99
100
101
102
103
104
  Haiku                      | `pkgman install objfw`
  Haiku (gcc2h)              | `pkgman install objfw_x86`
  macOS (Homebrew)           | `brew install objfw`
  macOS (pkgsrc)             | `cd $PKGSRCDIR/devel/objfw && make install`
  NetBSD                     | `cd /usr/pkgsrc/devel/objfw && make install`
  OpenBSD                    | `doas pkg_add objfw`
  OpenIndiana                | `sudo pkg install developer/objfw`

  Windows (MSYS2/CLANG64)    | `pacman -S mingw-w64-clang-x86_64-objfw`
  Windows (MSYS2/CLANGARM64) | `pacman -S mingw-w64-clang-aarch64-objfw`
  Windows (MSYS2/UCRT64)     | `pacman -S mingw-w64-ucrt-x86_64-objfw`
  Windows (MSYS2/MINGW32)    | `pacman -S mingw-w64-i686-objfw`

  If your operating system is not listed, you can
  <a href="#building-from-source">build ObjFW from source</a>.  







>







91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
  Haiku                      | `pkgman install objfw`
  Haiku (gcc2h)              | `pkgman install objfw_x86`
  macOS (Homebrew)           | `brew install objfw`
  macOS (pkgsrc)             | `cd $PKGSRCDIR/devel/objfw && make install`
  NetBSD                     | `cd /usr/pkgsrc/devel/objfw && make install`
  OpenBSD                    | `doas pkg_add objfw`
  OpenIndiana                | `sudo pkg install developer/objfw`
  Ubuntu                     | `sudo apt install objfw`
  Windows (MSYS2/CLANG64)    | `pacman -S mingw-w64-clang-x86_64-objfw`
  Windows (MSYS2/CLANGARM64) | `pacman -S mingw-w64-clang-aarch64-objfw`
  Windows (MSYS2/UCRT64)     | `pacman -S mingw-w64-ucrt-x86_64-objfw`
  Windows (MSYS2/MINGW32)    | `pacman -S mingw-w64-i686-objfw`

  If your operating system is not listed, you can
  <a href="#building-from-source">build ObjFW from source</a>.