Updated Linux Build Instructions (markdown)

Jonathan Thomas
2019-02-08 13:57:36 -06:00
parent 8894801830
commit a79583d52a

@@ -122,7 +122,20 @@ In order to actually compile libopenshot, we need to install some dependencies o
swig
```
## Linux Build Instructions
## Linux Build Instructions (libopenshot-audio)
To compile libopenshot-audio, we need to go through a few additional steps to manually build and install it. Launch a terminal and enter:
```
cd [libopenshot-audio repo folder]
mkdir build
cd build
cmake ../
make
make install
./src/openshot-audio-test-sound (This should play a test sound)
```
## Linux Build Instructions (libopenshot)
Run the following commands to compile libopenshot:
```