Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo506 authored Jan 30, 2022
1 parent cdcbaf3 commit 5af004f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
![alt result](https://github.com/Leo506/AnimationDemo/blob/main/Assets/ResultVideo/result.gif)
## Установка на Linux
1. Установить библиотеку SFML([офф. сайт](https://www.sfml-dev.org/)) `sudo apt-get install libsfml-dev`
2. Склонировать репозиторий
3. Скомпилировать проект с помощью команд:
`g++ -c *.cpp`
`g++ *.o -o AnimDemo -lsfml-graphics -lsfml-window -lsfml-system`
4. Запустить демку `./AnimDemo`
2. Скачать библиотеку ImGui ([ссылка на репозиторий](https://github.com/ocornut/imgui))
3. Склонировать репозиторий
4. Скомпилировать проект с помощью команды:
`g++ *.cpp /path/to/ImGui/*.cpp -I /path/to/ImGui/ -I /path/to/ImGui/backends/ -lsfml-graphics -lsfml-system -lsfml-window -lglut -lGL`
4. Запустить демку `./a.out`

0 comments on commit 5af004f

Please sign in to comment.