ObjFW  Check-in [a11c477d19]

Overview
Comment:README.md: Add instructions for Debian
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: a11c477d194817576023c42963f23860be4bf6fd959dc5b37e5b62666e98161f
User & Date: js on 2024-05-11 22:18:02
Other Links: manifest | tags
Context
2024-05-12
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
22:18
README.md: Add instructions for Debian check-in: a11c477d19 user: js tags: trunk
18:02
configure: Check whether blx is available on ARM check-in: 4f3f90e5e7 user: js tags: trunk
Changes

Modified README.md from [e80110edc6] to [3491f4df94].

81
82
83
84
85
86
87

88
89
90
91
92
93
94
  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`







>







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               | `doas apk add objfw`
  CRUX                       | `sudo prt-get depinst objfw`
  Debian                     | `sudo apt install 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`