Skip to content
Alex Dixon edited this page Dec 10, 2018 · 15 revisions

#Getting Started

Clone:

git clone https://github.com/polymonster/pmtech.git
git submodule init
git submodule update
cd pmtech

Build the examples:

macOS with Xcode

cd examples
../pmbuild -all
cd build/osx
open examples.xcworkspace

macOS / linux from the command line

cd examples
../pmbuild -all -ide gmake
cd build/osx
make config=release

Windows from a git bash, MinGW or Cygwin terminal

cd examples
../pmbuild -all
cd build/win32
open examples.sln

Windows from cmd prompt

../build.bat

Note for windows users, if you see this message during the build:

>"Cannot find 'vcvarsall.exe'"
>"Please enter the full path to the vc2017 installation directory containing vcvarsall.exe"
Clone this wiki locally