Updated Compile and install on linux (markdown)

Jonas Kvinge 2018-05-12 00:03:39 +02:00
parent ec4715a982
commit ed1fef11c8
1 changed files with 7 additions and 1 deletions

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