ObjFW  Check-in [bf29ed02a7]

Overview
Comment:README.md: Add instructions for FreeBSD
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: bf29ed02a7e3bf8dfbb82465d392ea3b02a8a9d96286a6cf937a064c47ab1580
User & Date: js on 2023-09-18 19:20:06
Other Links: manifest | tags
Context
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
2023-09-16
22:23
README.md: Document how to install packages check-in: ea8787d630 user: js tags: trunk
Changes

Modified README.md from [4bcfb11fbe] to [ee41324747].

80
81
82
83
84
85
86
87
88

89
90
91
92
93
94
95

  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 Linux        | `prt-get depinst objfw`
  Fedora            | `sudo dnf 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>.  







|

>







80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96

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