Building FlexHDR from Source¶
Software Requirements¶
FlexHDR requires the following software packages to be installed on your system.
All of these packages should be available in your operating system's package manager (with the exception of ISE).
Checkout¶
You will need Git installed to checkout code from the FlexHDR repository. To checkout the latest code from the development master, enter this on the command line:
git clone http://www.flexhdr.org/git/flexhdr.git flexhdr
Build¶
To build, cd into the flexhdr directory and enter the commands below:
mkdir build cd build cmake .. make sudo make install
Run¶
Open up a terminal and type flexhdr. The program will load.