Just have built it on Mac using macports.
If you'd like to update the doc here are the instructions.
Step 2.
sudo port install gcc5 boost eigen3 cmake
(E.g. mind different names and no need for g++, opencv-data)
Step 3.
cmake -DCMAKE_INSTALL_PREFIX=../install -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DOpenCV_haarcascades_DIR=/opt/local/share/OpenCV/haarcascades/ ../4dface/
(Mind proper reference to compiler and library).
I would also mention that w/o command line parameters it uses webcam.
Just have built it on Mac using macports.
If you'd like to update the doc here are the instructions.
Step 2.
sudo port install gcc5 boost eigen3 cmake(E.g. mind different names and no need for g++, opencv-data)
Step 3.
cmake -DCMAKE_INSTALL_PREFIX=../install -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DOpenCV_haarcascades_DIR=/opt/local/share/OpenCV/haarcascades/ ../4dface/(Mind proper reference to compiler and library).
I would also mention that w/o command line parameters it uses webcam.