Update README.md
This commit is contained in:
23
README.md
23
README.md
@@ -17,25 +17,22 @@ Building and installation
|
|||||||
|
|
||||||
git clone --recurse-submodules https://github.com/scawful/yaze.git
|
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
|
cmake -S . -B build
|
||||||
|
|
||||||
4. Move to the build directory and generate the build files specified in CMakeLists.txt
|
3. Build and run.
|
||||||
|
|
||||||
cmake -G "<MinGW Makefiles/Unix Makefiles>" ../
|
cmake --build build
|
||||||
|
|
||||||
4. Build and run.
|
|
||||||
|
|
||||||
make yaze
|
|
||||||
cmake --build <yaze_root/build> --config Debug --target yaze
|
|
||||||
|
|
||||||
Screenshots
|
|
||||||
--------
|
|
||||||

|
|
||||||
|
|
||||||
License
|
License
|
||||||
--------
|
--------
|
||||||
YAZE is distributed under the [GNU GPLv3](https://www.gnu.org/licenses/gpl-3.0.txt) 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.
|
SDL2, ImGUI and Abseil are subject to respective licenses.
|
||||||
|
|
||||||
|
Screenshots
|
||||||
|
--------
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user