From 7d620364754fef2966725221b8dd177534fd3b8e Mon Sep 17 00:00:00 2001 From: Siddharth Pai Date: Thu, 16 Feb 2017 11:02:36 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f6731c..4943656 100644 --- a/README.md +++ b/README.md @@ -95,10 +95,10 @@ Required: gcc 4.8+ (tested on Ubuntu Linux 14.04 Desktop) 4. Install ‘casablanca’ on your system by running ‘sudo make install’ - 5. Recommended: Create a folder with the name you want, and go in that directory + 5. Recommended: Create a folder with the name you want, and go in that directory `[FBX-glTF/]` 6. Optional: Copy the CMakeConfigExample.txt file and rename it as CMakeCache.txt in your build folder, - and edit the FBX path entry. That will avoid you to type the parameters below. + and edit the FBX-SDK path entry. That will avoid you to type the parameters below. 7. Execute: @@ -107,7 +107,7 @@ Required: gcc 4.8+ (tested on Ubuntu Linux 14.04 Desktop) b. For a debug build: cmake .. -DCMAKE_BUILD_TYPE=Debug -DFBX_SDK=<path to FBX> or simply ‘cmake ..’ if you followed step 6. - + # Usage Instructions