build guide

This commit is contained in:
Alexander Popov 2022-08-28 22:29:08 +03:00
parent 870ec13a2b
commit fe3a0dce44
Signed by: iiiypuk
GPG Key ID: D8C9B59A9F04A70C
1 changed files with 14 additions and 0 deletions

View File

@ -7,6 +7,13 @@
Utility parse Minecraft JE game version file (`version.json`) and returns
libraries list for specified operation system.
**How to build from source:**
```sh
conan install .
make
```
**How to use:**
```
@ -41,6 +48,13 @@ wget https://piston-meta.mojang.com/v1/packages/68cded4616fba9fbefb3f895033c2611
Утилита парсит файл версий (`version.json`) Minecraft JE и возвращает
список библиотек для указанной операционной системы.
**Как скомпилировать:**
```sh
conan install .
make
```
**Как использовать:**
```