mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2025-01-08 15:50:19 +00:00
Removed extra -D from Readme examples, removed a trailing whitespace
This commit is contained in:
parent
f4b565e168
commit
faab5d4f66
@ -83,7 +83,7 @@ For more details about OpenSubdiv, see [Pixar Graphics Technologies](http://grap
|
|||||||
```
|
```
|
||||||
"c:/Program Files (x86)/CMake/bin/cmake.exe" ^
|
"c:/Program Files (x86)/CMake/bin/cmake.exe" ^
|
||||||
-G "Visual Studio 12 Win64" ^
|
-G "Visual Studio 12 Win64" ^
|
||||||
-D -D NO_PTEX=1 -D NO_DOC=1 ^
|
-D NO_PTEX=1 -D NO_DOC=1 ^
|
||||||
-D NO_OMP=1 -D NO_TBB=1 -D NO_CUDA=1 -D NO_OPENCL=1 -D NO_CLEW=1 ^
|
-D NO_OMP=1 -D NO_TBB=1 -D NO_CUDA=1 -D NO_OPENCL=1 -D NO_CLEW=1 ^
|
||||||
-D "GLEW_LOCATION=*YOUR GLEW INSTALL LOCATION*" ^
|
-D "GLEW_LOCATION=*YOUR GLEW INSTALL LOCATION*" ^
|
||||||
-D "GLFW_LOCATION=*YOUR GLFW INSTALL LOCATION*" ^
|
-D "GLFW_LOCATION=*YOUR GLFW INSTALL LOCATION*" ^
|
||||||
@ -94,7 +94,7 @@ For more details about OpenSubdiv, see [Pixar Graphics Technologies](http://grap
|
|||||||
### Linux
|
### Linux
|
||||||
|
|
||||||
```
|
```
|
||||||
cmake -D -D NO_PTEX=1 -D NO_DOC=1 \
|
cmake -D NO_PTEX=1 -D NO_DOC=1 \
|
||||||
-D NO_OMP=1 -D NO_TBB=1 -D NO_CUDA=1 -D NO_OPENCL=1 -D NO_CLEW=1 \
|
-D NO_OMP=1 -D NO_TBB=1 -D NO_CUDA=1 -D NO_OPENCL=1 -D NO_CLEW=1 \
|
||||||
-D GLEW_LOCATION="*YOUR GLEW INSTALL LOCATION*" \
|
-D GLEW_LOCATION="*YOUR GLEW INSTALL LOCATION*" \
|
||||||
-D GLFW_LOCATION="*YOUR GLFW INSTALL LOCATION*" \
|
-D GLFW_LOCATION="*YOUR GLFW INSTALL LOCATION*" \
|
||||||
@ -105,7 +105,7 @@ make
|
|||||||
### OSX
|
### OSX
|
||||||
|
|
||||||
```
|
```
|
||||||
cmake -D -D NO_PTEX=1 -D NO_DOC=1 \
|
cmake -D NO_PTEX=1 -D NO_DOC=1 \
|
||||||
-D NO_OMP=1 -D NO_TBB=1 -D NO_CUDA=1 -D NO_OPENCL=1 -D NO_CLEW=1 \
|
-D NO_OMP=1 -D NO_TBB=1 -D NO_CUDA=1 -D NO_OPENCL=1 -D NO_CLEW=1 \
|
||||||
-D GLFW_LOCATION="*YOUR GLFW INSTALL LOCATION*" \
|
-D GLFW_LOCATION="*YOUR GLFW INSTALL LOCATION*" \
|
||||||
..
|
..
|
||||||
|
Loading…
Reference in New Issue
Block a user