Overview
Comment: | README.md: Add instructions for Debian |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | 1.1 |
Files: | files | file ages | folders |
SHA3-256: |
39acd16610ad3470f294a3f15cf34127 |
User & Date: | js on 2024-05-11 22:18:18 |
Other Links: | branch diff | manifest | tags |
Context
2024-05-12
| ||
11:38 | README.md: Add instructions for Ubuntu check-in: de4cfbf81a user: js tags: 1.1 | |
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:03 | configure: Check whether blx is available on ARM check-in: 07913b4cb3 user: js tags: 1.1 | |
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` |
︙ | ︙ |