Compile and install on linux

Jonas Kvinge 2018-05-12 00:02:26 +02:00
commit 55814c3830
1 changed files with 8 additions and 0 deletions

@ -0,0 +1,8 @@
# Compile and install on linux
git clone https://github.com/jonaski/strawberry
mkdir build
cd build
cmake ../strawberry
make -j8
sudo make install