diff --git a/BUILD.md b/BUILD.md index 84522335..1e31a793 100644 --- a/BUILD.md +++ b/BUILD.md @@ -152,24 +152,22 @@ Once CMake finishes, the built files will be put in `builds/linux/build/Debug` o ## Cross-compilation In order to cross-compile Descent3 to another platform (for example, Linux ARM64), you'll need to build auxiliary -tools which needed to build data files. First create build-native directory and configure project in it: +tools natively which are needed to build data files. First create build-native directory and configure project in it: ```shell mkdir build-native cd build-native cmake .. -make HogMaker +cmake --build . --target HogMaker ``` -Now you ready for cross-compilation. Create cross-compile directory and configure project in it, but this time add -`-DCMAKE_TOOLCHAIN_FILE=MyToolchain.cmake` and `-DHogMaker_DIR=