Copyright 2009-2013 Poznan Supercomputing and Networking Center
Authors:
- Milosz Ciznicki <miloszc [at] man.poznan.pl>
GPU JPEG2K is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
GPU JPEG2K is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with GPU JPEG2K. If not, see http://www.gnu.org/licenses/.
How to properly build the project:
While you are in the root directory of the project issue following commands:
mkdir build
cd build
cmake ..
make
There should be brand new executable in the build directory.
You can also build only a chosen module:
make decoder
make encoder