Skip to content

Commit 820a054

Browse files
authored
Merge pull request #20 from freddii/master
added missing build instruction for linux
2 parents 331f7fd + 905a8fb commit 820a054

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,22 @@ Note: For the present, there may be incompatible changes without notice in advan
2222
* On linux, you can check whether your graphics card supports OpenGL4.0 CoreProfile or not, run `glxinfo | grep "OpenGL core profile version"` on your terminal
2323
* FFmpeg (Please install ffmpeg on your own for video exporting, you can also place a ffmpeg executable in /tools.)
2424

25+
## Linux build instruction
26+
* first make shure you have qtcreator installed:
27+
```
28+
sudo apt-get install qtcreator -y
29+
```
30+
31+
* clone AnimeEffects git repo and open it:
32+
```
33+
git clone https://github.com/herace/AnimeEffects
34+
cd AnimeEffects
35+
qtcreator ./src/AnimeEffects.pro
36+
```
37+
38+
* In qt-creator click on configure project.
39+
* Press ctrl+b to build it.
40+
* When building is done, run it with:
41+
```
42+
./AnimeEffects/build-AnimeEffects-Desktop-Debug/AnimeEffects
43+
```

0 commit comments

Comments
 (0)