You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Updated Linux Build Instructions (markdown)
@@ -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:
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user