formatting
parent
63758ae422
commit
d25d3213fd
|
@ -1,4 +1,4 @@
|
|||
# FOSS-VG (FOSS Voxel generator)
|
||||
# FOSS-VG (FOSS Voxel Generator)
|
||||
|
||||
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`
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue