Update README.md

This commit is contained in:
Justin Scofield
2022-07-30 14:57:44 -04:00
committed by GitHub
parent 49ba25251b
commit 31a0d2a67e

View File

@@ -17,25 +17,22 @@ Building and installation
git clone --recurse-submodules https://github.com/scawful/yaze.git
3. Create a build directory in the root workspace folder
2. Create the build directory and configuration
mkdir build
4. Move to the build directory and generate the build files specified in CMakeLists.txt
cmake -S . -B build
cmake -G "<MinGW Makefiles/Unix Makefiles>" ../
3. Build and run.
4. Build and run.
make yaze
cmake --build <yaze_root/build> --config Debug --target yaze
Screenshots
--------
![image](https://user-images.githubusercontent.com/47263509/175393817-39ba86c1-d940-4426-b4db-e2c0f6bd857f.png)
cmake --build build
License
--------
YAZE is distributed under the [GNU GPLv3](https://www.gnu.org/licenses/gpl-3.0.txt) license.
SDL2, ImGUI and Abseil are subject to respective licenses.
Screenshots
--------
![image](https://user-images.githubusercontent.com/47263509/181937830-efdcae4f-af92-4856-bc09-a4d60f5a4a40.png)