Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/HPW-dev/HPW-Demo into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
HPW-dev committed Jun 20, 2024
2 parents 8374bff + 48a4a6e commit 447d34d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion script/how-to-build-ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

**Требуемые пакеты: GCC/Clang, GLEW, GLFW3, OpenAL-soft, YAML-cpp.**

Если у вас Wayland, то нужно качать **glfw-wayland**

### Сборка игры

Для сборки потребуется [система сборки SCons](https://scons.org/) и Python интерпретатор.
Expand All @@ -24,5 +26,5 @@
```
git clone --depth=1 https://github.com/HPW-dev/HPW-Demo
cd HPW-Demo
py "script/build-game-release.py"
python "script/build-game-release.py"
```

0 comments on commit 447d34d

Please sign in to comment.