ObjFW  Check-in [0879f5045e]

Overview
Comment:README.md: Add instructions for Haiku
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 0879f5045e9616ed698cebce9cae8e91e9e7428d7405021b97239d5aabbac081
User & Date: js on 2023-09-21 19:16:38
Other Links: manifest | tags
Context
2023-09-24
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
2023-09-18
19:20
README.md: Add instructions for FreeBSD check-in: bf29ed02a7 user: js tags: trunk
Changes

Modified README.md from [ee41324747] to [0715088d40].

83
84
85
86
87
88
89

90
91
92
93
94
95
96

  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`

  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>.  







>







83
84
85
86
87
88
89
90
91
92
93
94
95
96
97

  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>.