2018-11-24 20:07:20 -07:00
|
|
|
Installation
|
|
|
|
|
============
|
2019-11-20 18:54:05 -07:00
|
|
|
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-24 21:04:19 -07:00
|
|
|
Current version is `0.5.20191125`.
|
2018-11-24 20:07:20 -07:00
|
|
|
|
2019-11-20 18:54:05 -07:00
|
|
|
To install from the FreeBSD package repository:
|
2018-11-24 20:07:20 -07:00
|
|
|
|
2019-11-20 18:54:05 -07:00
|
|
|
* quarterly repository may be older version
|
|
|
|
|
* latest repository will match recent ports
|
2018-11-24 20:07:20 -07:00
|
|
|
|
|
|
|
|
|
2019-11-20 18:54:05 -07:00
|
|
|
PKG
|
|
|
|
|
---
|
2019-11-20 19:24:11 -07:00
|
|
|
|
|
|
|
|
.. code-block:: shell
|
|
|
|
|
|
|
|
|
|
pkg install bastille
|
|
|
|
|
|
2018-11-24 20:07:20 -07:00
|
|
|
|
2019-11-20 18:54:05 -07:00
|
|
|
To install from source (don't worry, no compiling):
|
2018-11-24 20:07:20 -07:00
|
|
|
|
2019-11-20 18:54:05 -07:00
|
|
|
ports
|
|
|
|
|
-----
|
2019-11-20 19:24:11 -07:00
|
|
|
|
|
|
|
|
.. code-block:: shell
|
|
|
|
|
|
|
|
|
|
make -C /usr/ports/sysutils/bastille install clean
|