Fix readme typo

This commit is contained in:
Omar Mahdi
2022-01-27 03:31:03 +04:00
committed by GitHub
parent 0fdd5d479c
commit babf9c3926

View File

@ -128,4 +128,4 @@ Now assuming you are using MinGW on windows:
* Clone wanted release of assimp and run `cmake CMakeLists.txt -D ASSIMP_BUILD_ZLIB=ON -D ASSIMP_BUILD_ASSIMP_TOOLS=OFF` in the root folder * Clone wanted release of assimp and run `cmake CMakeLists.txt -D ASSIMP_BUILD_ZLIB=ON -D ASSIMP_BUILD_ASSIMP_TOOLS=OFF` in the root folder
* Run `cmake --build . --parallel 6` * Run `cmake --build . --parallel 6`
* Copy the generated `*.dylib` files from the `bin` folder and into both `asig/libs` and `/usr/local/lob` * Copy the generated `*.dylib` files from the `bin` folder and into both `asig/libs` and `/usr/local/lib`