ObjFW  Check-in [9e1d2db0eb]

Overview
Comment:README.md: Add instructions for OpenIndiana
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 9e1d2db0eb5c1a9e3058d794335a7647daac078e599fe795cd6ef24f7ff6cf4b
User & Date: js on 2023-10-01 11:24:55
Other Links: manifest | tags
Context
2023-10-01
20:23
OFSystemInfo: Check uname() return against -1 check-in: 12e54c754f user: js tags: trunk
11:24
README.md: Add instructions for OpenIndiana check-in: 9e1d2db0eb user: js tags: trunk
02:04
OFMatrix4x4Tests: Fix typo check-in: 6c6620f4c6 user: js tags: trunk
Changes

Modified README.md from [84746e1018] to [68d2728883].

89
90
91
92
93
94
95

96
97
98
99
100
101
102
  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>








>







89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
  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`
  OpenIndiana      | `sudo pkg install developer/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>