-
Notifications
You must be signed in to change notification settings - Fork 4
Installation on OSX
Jean-Christophe Houde edited this page Jan 5, 2015
·
2 revisions
Download and install CMake. The recommended version is currently 2.8.
Download Qt4.8 OSX binairies and debug librairies.
FFTW can be installed by using Macports. Once Macports is installed, you can install the needed version of FFTW (version 3.3.4) by calling:
sudo port install fftw @3.3.4
-
Go to your fibercompression directory
cd fibercompression -
Create a new build directory :
mkdir build -
Go to your new build directory :
cd build -
Configure with CMake :
ccmake ..Press 'c' to configure
Press 'c' again for further configuration
Press 'g' to generate the build system including the Makefiles
-
Create executable :
make -
Two executables are created : fibercompression (commandline) and fibercompression_gui (interface)