Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amadejkastelic authored Mar 27, 2021
1 parent 60940ac commit b75bc72
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,20 @@
![screenshot](https://raw.githubusercontent.com/amadejkastelic/SimpleVideoEditor/develop/res/screenshot.png)

## Building
### Native version
- Build libopenshot-audio and libopenshot (https://github.com/OpenShot/libopenshot/wiki/Linux-Build-Instructions)
- `sudo apt install imagemagick libyaml-cpp-dev libboost-dev`
- `sudo ln -s /usr/include/jsoncpp/json/ /usr/include/json`
- Edit path of libopenshot and libopenshot-audio in CMakeLists.txt to match dir of installed lib (default: `/usr/local/include/libopenshot` and `/usr/local/include/libopenshot-audio`)
- `cmake -B build -S .`
- `cmake --build build`
- `cd build && ./svpeditor`
### AppImage (Ubuntu 16.04)
- `mkdir build && cd build`
- `cmake --build . --config Release`
- `cmake .. -DCMAKE_INSTALL_PREFIX=/usr`
- `make install DESTDIR=AppDir`
- `./linuxdeployqt sveditor.desktop -appimage -bundle-non-qt-libs`

## Usage
The program uses a simple yml syntax.
Expand Down Expand Up @@ -91,4 +98,4 @@ Each part is a part of the timeline. It must contain some parameters:
font: Fira Code
color: FFFF00FF
```

0 comments on commit b75bc72

Please sign in to comment.