ObjFW  Check-in [98f8619258]

Overview
Comment:README.md: Add instructions for gcc2h Haiku
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 98f86192580d3e5c304f4ed5a7d1f526e079ac55e8c69d2141fdd04d99ac82e6
User & Date: js on 2023-09-24 07:39:16
Other Links: manifest | tags
Context
2023-09-24
09:18
Add license to localizations check-in: 92598d5500 user: js tags: trunk
07:39
README.md: Add instructions for gcc2h Haiku check-in: 98f8619258 user: js tags: trunk
2023-09-21
19:16
README.md: Add instructions for Haiku check-in: 0879f5045e user: js tags: trunk
Changes

Modified README.md from [0715088d40] to [84746e1018].

77
78
79
80
81
82
83
84
85
86
87
88
89
90

91
92
93
94
95
96
97
98
99
100
101


<h1 id="installation">Installation</h1>

  ObjFW packages are available for various operating systems and can be
  installed as following:

  Operating System  | Command
  ------------------|---------------------------------------------
  Alpine Linux Edge | `doas apk add objfw`
  CRUX              | `sudo prt-get depinst objfw`
  Fedora            | `sudo dnf install objfw`
  FreeBSD           | `sudo pkg install objfw`
  Haiku             | `pkgman install objfw`

  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`

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


<h1 id="license">License</h1>








|
|
|
|
|
|
|
>
|
|
|
|







77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102


<h1 id="installation">Installation</h1>

  ObjFW packages are available for various operating systems and can be
  installed as following:

  Operating System | Command
  -----------------|---------------------------------------------
  Alpine Linux     | `doas apk add objfw`
  CRUX             | `sudo prt-get depinst objfw`
  Fedora           | `sudo dnf install objfw`
  FreeBSD          | `sudo pkg install objfw`
  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`

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


<h1 id="license">License</h1>