Files
hackacad/docs/chapters/installation.rst

28 lines
523 B
ReStructuredText
Raw Normal View History

2018-11-24 20:07:20 -07:00
Installation
============
Bastille is available in the official FreeBSD ports tree at
`sysutils/bastille`. Binary packages available in `quarterly` and `latest`
repositories.
2018-11-24 20:07:20 -07:00
2019-11-20 19:19:48 -07:00
Current version is `0.4.20191025`.
2018-11-24 20:07:20 -07:00
To install from the FreeBSD package repository:
2018-11-24 20:07:20 -07:00
* quarterly repository may be older version
* latest repository will match recent ports
2018-11-24 20:07:20 -07:00
PKG
---
```shell
pkg install bastille
```
2018-11-24 20:07:20 -07:00
To install from source (don't worry, no compiling):
2018-11-24 20:07:20 -07:00
ports
-----
```shell
make -C /usr/ports/sysutils/bastille install clean
```