OpenARC
OpenARC copied to clipboard
Where's the INSTALL file?
In project README file:
There is additional information in the INSTALL and FEATURES files ...
But where is this INSTALL file? I cannot find it in this github repo.
There is none, and it has been asked before
https://github.com/trusteddomainproject/OpenARC/issues/10#issuecomment-472957709
No way to install it then.
No way to install it then.
This is incorrect
Anyone has a tutorial/guide to install it?
Anyone has a tutorial/guide to install it?
Currently at work and can't contribute much. Basically configure, make, make install and then modify the documents which, if initial configuration was done correctly, should be in /etc
I'll be reviewing the PR, and will merge this into the develop branch for testing and integration into the next release.
I found a build script for Ubuntu/Debian here: https://github.com/ValiMail/OpenARCDev/blob/master/bootstrap.sh
Here are the relevant commands to build (tested on Ubuntu 20.04):
sudo apt-get install -yy make automake pkg-config libtool m4 libbsd-dev libssl-dev libmilter-dev
cd /tmp
git clone https://github.com/trusteddomainproject/OpenARC
cd OpenARC
aclocal && autoconf && autoreconf --install && automake --add-missing && ./configure && make all
sudo make install