Skip to content

Linux Compiling

Brian Burrell edited this page Apr 29, 2018 · 1 revision

On linux, a build can be performed by running the following:

git clone https://github.com/neonatura/share
cd share
mkdir build
cd build
../configure
make
make install

Note: Use --libdir=/usr/lib64 on Cent OS platforms.

Clone this wiki locally