Build SkelCL (SUSE) - skelcl/skelcl GitHub Wiki
-
Install git (if necessary) with
sudo zypper install git-core
-
Clone the SkelCL repository
git clone https://github.com/skelcl/skelcl.git
-
Change in the skelcl directory (
cd skelcl
) and execute the./installDependenciesSUSE.sh
script. Answer all questions withy
. -
Create a build directory, execute
cmake
and perform the build withmake
:
mkdir build
cd build
cmake ..
make
-
Execute all tests with
make test
This guide has been tested with openSUSE 13.1 64 bit.