aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Documentation/PlatformReadme/mac/readme_mac.html
diff options
context:
space:
mode:
authorSheikh Dawood Abdul Ajees <[email protected]>2017-09-15 15:41:57 -0500
committerSheikh Dawood Abdul Ajees <[email protected]>2017-09-15 15:41:57 -0500
commitd1c812f1162e5fdb13c215792725b2591d7428f5 (patch)
tree407056c45c7e9320c48fca6a3697d81a061c4ea0 /PhysX_3.4/Documentation/PlatformReadme/mac/readme_mac.html
parentPhysX 3.4, APEX 1.4 patch release @22121272 (diff)
downloadphysx-3.4-d1c812f1162e5fdb13c215792725b2591d7428f5.tar.xz
physx-3.4-d1c812f1162e5fdb13c215792725b2591d7428f5.zip
PhysX 3.4.1, APEX 1.4.1 Release @22845541v3.4.1
Diffstat (limited to 'PhysX_3.4/Documentation/PlatformReadme/mac/readme_mac.html')
-rw-r--r--PhysX_3.4/Documentation/PlatformReadme/mac/readme_mac.html59
1 files changed, 59 insertions, 0 deletions
diff --git a/PhysX_3.4/Documentation/PlatformReadme/mac/readme_mac.html b/PhysX_3.4/Documentation/PlatformReadme/mac/readme_mac.html
new file mode 100644
index 00000000..19ee0ac8
--- /dev/null
+++ b/PhysX_3.4/Documentation/PlatformReadme/mac/readme_mac.html
@@ -0,0 +1,59 @@
+<html>
+
+<head>
+<meta http-equiv="Content-Type"
+content="text/html; charset=iso-8859-1">
+<title>NVIDIA PhysX SDK for macOS ReadMe</title>
+<link rel="stylesheet" href="stylesheet.css" type="text/css">
+</head>
+
+<body>
+<h1 style="TEXT-ALIGN: center">NVIDIA<sup>&reg;</sup> PhysX<sup>&reg;</sup> SDK for macOS ReadMe</h1>
+
+<blockquote>
+ <h4>Location of osx32 and osx64 Binaries:</h4>
+ <ul>
+ <li>SDK static libraries: Lib/</li>
+ </ul>
+
+ <h4>Building SDK Source with the Shipped Makefiles:</h4>
+ <ul>
+ <li>Makefiles are in Source/compiler/</li>
+ <li>Clean solution: make clean</li>
+ <li>Build all configurations: make</li>
+ <li>Build specific configuration: make (debug|checked|profile|release)</li>
+ </ul>
+
+ <h4>Building SDK Source with XCode:</h4>
+ <ul>
+ <li>XCode projects are in Source/compiler/</li>
+ <li>Open PhysX.xcodeproj to build the entire SDK source within XCode</li>
+ <li>Build from command line using e.g.: xcodebuild -project PhysX.xcodeproj -alltargets -configuration (debug|checked|profile|release)</li>
+ </ul>
+
+ <h4>Building and Running Snippets with XCode:</h4>
+ <ul>
+ <li>Open XCode project in Snippets/compiler/[compiler and architecture specific subdirectory]/Snippets.xcodeproj</li>
+ <li>Select one of the snippet schemes from the drop down list</li>
+ <li>Press "Run" to build and run the selected snippet</li>
+ <li>In order to build and run release mode you need to select "Edit Scheme..." and change the "Build Configuration" to "release".</li>
+ </ul>
+
+ <h4>Notes:</h4>
+ <ul>
+ <li>No support for building Snippets with makefiles</li>
+ <li>XCode projects target:</li>
+ <ul>
+ <li>XCode version: 8.3</li>
+ <li>Compiler: Apple LLVM version 8.1</li>
+ <li>OS: macOS 10.12</li>
+ </ul>
+ </ul>
+
+</blockquote>
+
+<p><br>
+Copyright (C) 2008-2017 NVIDIA Corporation, 2701 San Thomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. <A href="http://www.nvidia.com">www.nvidia.com</A>
+</p>
+</body>
+</html>