formatting

BodgeMaster-unfinished
BodgeMaster 2022-06-27 11:59:02 +02:00
parent 63758ae422
commit d25d3213fd
1 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# FOSS-VG (FOSS Voxel generator) # FOSS-VG (FOSS Voxel Generator)
This is a WIP Minecraft clone. This is a WIP Minecraft clone.
@ -55,9 +55,12 @@ This will download the following dependenceis:
To build the project, just use the `build` alias or invoke the `build.sh` To build the project, just use the `build` alias or invoke the `build.sh`
script from the project's base directory. script from the project's base directory.
`build` and `build.sh` accept the environment variables `CXX` and `CXXFLAGS`. `CXXFLAGS` must at least specify the C++ version. `build` and `build.sh` accept the environment variables `CXX` and `CXXFLAGS`.
`CXXFLAGS` must at least specify the C++ version.
To clean out the build or dependency directories, use `clean` and `clean_dependencies` or their corresponding scripts respectively. `setup_project` will clean out both before doing its thing. To clean out the build or dependency directories, use `clean` and
`clean_dependencies` or their corresponding scripts respectively.
`setup_project` will clean out both before doing its thing.
## Copyright / License ## Copyright / License