8 lines
555 B
Markdown
8 lines
555 B
Markdown
## Build
|
|
- Install [Git](https://git-scm.com), the distributed revision control system and add it to your system PATH
|
|
- Install [*Premake5*](https://premake.github.io) and add it to your system PATH
|
|
- [Clone](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) this repository
|
|
- Update the git submodules using ``git submodule update --init --recursive``
|
|
- Run Premake with with the following command ``premake5 vs2022``
|
|
- You may now open ``build/t7x.sln`` with Visual Studio and proceed with building ⚒️
|