mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-23 20:20:09 +00:00
Fixed some more markdown typos.
This commit is contained in:
parent
5ef9f799e6
commit
48ce968695
12
README.md
12
README.md
@ -153,13 +153,13 @@ and a CMake toolchain for iOS:
|
||||
|
||||
You can then use CMake to configure and generate an Xcode project:
|
||||
|
||||
''''
|
||||
````
|
||||
mkdir build-ios
|
||||
cd build-ios
|
||||
cmake -DCMAKE_TOOLCHAIN_FILE=[path to iOS.cmake] -GXcode ..
|
||||
|
||||
xcodebuild -target install -configuration Debug
|
||||
''''
|
||||
````
|
||||
|
||||
You can open the resulting Xcode project directly, or include as a sub-project in the Xcode project for your app.
|
||||
|
||||
@ -175,19 +175,19 @@ and a CMake toolchain for Android:
|
||||
|
||||
You can then use CMake to configure and build OpenSubdiv:
|
||||
|
||||
''''
|
||||
````
|
||||
mkdir build-ndk
|
||||
cd build-ndk
|
||||
cmake -DCMAKE_TOOLCHAIN_FILE=[path to android.cmake] -DLIBRARY_OUTPUT_PATH_ROOT=`pwd`/modules/OpenSubdiv ..
|
||||
|
||||
make install
|
||||
''''
|
||||
````
|
||||
|
||||
The resulting NDK module can be imported by other NDK modules by including it in your module search path:
|
||||
|
||||
''''
|
||||
````
|
||||
export NDK_MODULE_PATH=[path to build-ndk/modules]
|
||||
''''
|
||||
````
|
||||
|
||||
|
||||
## Wish List
|
||||
|
Loading…
Reference in New Issue
Block a user