Update readme

This commit is contained in:
yanchith 2018-02-27 13:48:24 +10:00
parent 7f62211d43
commit 9aafe04b54

View file

@ -99,13 +99,15 @@ of *AssImp* can only be built for a single platform. To create *AssImp* librarie
2. Unzip and rename the directory to `assimp-3.3.1-macos`. 2. Unzip and rename the directory to `assimp-3.3.1-macos`.
3. Open a *Terminal* session and navigate to the `assimp-3.3.1-ios/port/macOS` directory, 3. Open a *Terminal* session and navigate to the `assimp-3.3.1-macos` directory,
and run the following build commands: and run the following build commands:
cd path-to-assimp-3.3.1-macos cd path-to-assimp-3.3.1-macos
cmake CMakeLists.txt -G 'Unix Makefiles' cmake CMakeLists.txt -G 'Unix Makefiles'
make make
* If compilation fails, fix typo in `assimp-3.3.1-macos/code/D3MFImporter.cpp` and try `make` again
4. In the `assimp` directory within this directory, remove the existing `assimp-macos` 4. In the `assimp` directory within this directory, remove the existing `assimp-macos`
symbolic link, and create a new symbolic link pointing to the `assimp-3.3.1-macos` directory: symbolic link, and create a new symbolic link pointing to the `assimp-3.3.1-macos` directory: