Skip to content

Installation on Mac OS X (2017)

Alex Liberzon edited this page Apr 20, 2017 · 4 revisions

Installation on Mac OS X (2017)

If already installed, use brew upgrade libtiff

  • Download the ZIP https://github.com/OpenPTV/C-TclTk/archive/master.zip (or git clone https://github.com/OpenPTV/C-TclTk.git

  • Run Cmake in the directory (after uncompressing the ZIP file, of course):

    cmake .
    make`
    
  • Run 3D-PTV from the working folder test (!):

    cd test
    mkdir res
    ../bin/3dptv ../ptv.tcl
    
Clone this wiki locally