/* OpenCLIPER -- OpenCL Image Processing and Reconstruction * * Copyright (C) 2018 Federico Simmross Wattenberg, * Manuel Rodríguez Cayetano, * Javier Royuela del Val, * Elena Martín González, * Elisa Moya Sáez, * Marcos Martín Fernández and * Carlos Alberola López * * This file is part of OpenCLIPER. * * OpenCLIPER is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 3 of the License. * * OpenCLIPER 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 * General Public License for more details. * * You should have received a copy of the GNU General Public License * along with OpenCLIPER; If not, see . * * * Contact: * * Federico Simmross Wattenberg * E.T.S.I. Telecomunicación * Universidad de Valladolid * Paseo de Belén 15 * 47011 Valladolid, Spain. * fedsim@tel.uva.es */ REQUIREMENTS ------------ .- libpng 1.2 Note: the DevIL library is known not to build with later versions of libpng. .- libmatio Usually available from standard repositories. .- OpenCL headers Available from https://www.khronos.org/registry/OpenCL/ and Ubuntu package opencl-headers .- clFFT Available from https://github.com/clMathLibraries/clFFT .- clBLAS Available from https://github.com/clMathLibraries/clBLAS BUILDING -------- OpenCLIPER has been developed on Ubuntu 16.04 LTS. The build process is based on CMake, so just: mkdir build cd build ccmake .. (set paths to clFFT and clBLAS) make