Update INSTALL.md
This commit is contained in:
@@ -24,7 +24,7 @@ XMake can also generate a project file for another tool:
|
|||||||
- Ninja: `xmake project -k ninja`
|
- Ninja: `xmake project -k ninja`
|
||||||
- XCode: `xmake project -k xcode`
|
- XCode: `xmake project -k xcode`
|
||||||
|
|
||||||
You should now be able to the project file with the tool of your choice.
|
You should now be able to open the project file with the tool of your choice.
|
||||||
|
|
||||||
## Test
|
## Test
|
||||||
|
|
||||||
@@ -37,4 +37,4 @@ You can also run unit tests with `xmake run NazaraUnitTests`.
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
You can also package the engine in a folder by using `xmake install -o target_folder`, on Unix-based system you can also install it system-wide by running `xmake install`.
|
You can also package the engine in a folder by using `xmake install -o target_folder`, on Unix-based system you can also install it system-wide by running `xmake install`.
|
||||||
|
|||||||
Reference in New Issue
Block a user