Build SkelCL (CentOS) - skelcl/skelcl GitHub Wiki
-
Install git (if necessary) with
su -c 'yum install git'
-
Clone the SkelCL repository
git clone https://github.com/skelcl/skelcl.git
-
Change in the skelcl directory (
cd skelcl
) and execute the./installDependenciesCentOS.sh
script. Answer all questions withy
. -
Enable the devtools, create a build directory, execute
cmake
, and perform the build with:
scl enable devtoolset-1.1 bash
mkdir build
cd build
cmake28 ..
make
-
Execute all tests with
make test
This guide has been tested with CentOS 6.5 64 bit.