We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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)