Skip to content

Commit

Permalink
README.md: Add FreeBSD
Browse files Browse the repository at this point in the history
Freeciv21 has been added to the FreeBSD ports tree as `games/freeciv21`.
Add installation instructions.
  • Loading branch information
blabber authored and lmoureaux committed Jan 18, 2024
1 parent d56b8a2 commit 9e1606e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,17 @@ Alternatively, Freeciv21 can be used with Nix. For this, enable Nix flakes and r
```sh
nix run github:longturn/freeciv21#;
```

### FreeBSD

Freeciv21 is available in the FreeBSD ports tree. You can install the binary
package using this command:
```sh
pgk install freeciv21
```

Although it is recommended to use the binary package, you can also build
Freeciv21 using the ports tree:
```sh
make -C /usr/ports/games/freeciv21 install clean
```

0 comments on commit 9e1606e

Please sign in to comment.