Add a configure script to make compiling on Linux easier
This commit is contained in:
parent
02d2d1dc7d
commit
807d1b8409
4 changed files with 12 additions and 3 deletions
|
|
@ -25,11 +25,12 @@ For all supported OS, it's possible to run **Vger** in a chroot and drop privile
|
|||
```
|
||||
git clone https://tildegit.org/solene/vger.git
|
||||
cd vger
|
||||
./configure (only really useful for Linux)
|
||||
make
|
||||
doas make install
|
||||
```
|
||||
|
||||
On GNU/Linux, make sure you installed `libbsd`.
|
||||
On GNU/Linux, make sure you installed `libbsd`, it has been reported that using clang was required too.
|
||||
|
||||
# Running tests
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue