Location of osx32 and osx64 Binaries:
- SDK static libraries: Lib/
Building SDK Source with the Shipped Makefiles:
- Makefiles are in Source/compiler/
- Clean solution: make clean
- Build all configurations: make
- Build specific configuration: make (debug|checked|profile|release)
Building SDK Source with XCode:
- XCode projects are in Source/compiler/
- Open PhysX.xcodeproj to build the entire SDK source within XCode
- Build from command line using e.g.: xcodebuild -project PhysX.xcodeproj -alltargets -configuration (debug|checked|profile|release)
Building and Running Snippets with XCode:
- Open XCode project in Snippets/compiler/[compiler and architecture specific subdirectory]/Snippets.xcodeproj
- Select one of the snippet schemes from the drop down list
- Press "Run" to build and run the selected snippet
- In order to build and run release mode you need to select "Edit Scheme..." and change the "Build Configuration" to "release".
Notes:
- No support for building Snippets with makefiles
- XCode projects target:
- XCode version: 10.1
- Compiler: Apple LLVM version 10.0.0
- OS: macOS 10.13
Copyright (C) 2008-2018 NVIDIA Corporation, 2701 San Thomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com