Build SkelCL (SUSE) - skelcl/skelcl GitHub Wiki

  1. Download and install OpenCL

  2. Install git (if necessary) with sudo zypper install git-core

  3. Clone the SkelCL repository
    git clone https://github.com/skelcl/skelcl.git

  4. Change in the skelcl directory (cd skelcl) and execute the ./installDependenciesSUSE.sh script. Answer all questions with y.

  5. Create a build directory, execute cmake and perform the build with make:
    mkdir build
    cd build
    cmake ..
    make

  6. Execute all tests with make test


This guide has been tested with openSUSE 13.1 64 bit.