As requested for documentation just a short info what I did.
Running on a Dell XPS13 l502x with a GeForce GT525M and a Intel Core i7-2670QM.
I downloaded TCLAP and followed their installation instructions including "make install".
Then followed the provided instructions on the Github page.
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- The compiler /usr/bin/c++ has no C++11 support. Please use a different C++ compiler.
-- Compiling for CUDA architecture: 2.1(2.0)
-- Build CUDA/NVCC-based targets: ON
-- TCLAP Include path: /usr/local/include
-- Thrust Include path: /usr/local/cuda/include
-- ROOT Include path: /home/christoph/misc/root/include
-- ROOT Library path: /home/christoph/misc/root/lib
-- ROOT Libraries: /home/christoph/misc/root/lib/libCore.so;/home/christoph/misc/root/lib/libRIO.so;/home/christoph/misc/root/lib/libNet.so;/home/christoph/misc/root/lib/libHist.so;/home/christoph/misc/root/lib/libGraf.so;/home/christoph/misc/root/lib/libGraf3d.so;/home/christoph/misc/root/lib/libGpad.so;/home/christoph/misc/root/lib/libTree.so;/home/christoph/misc/root/lib/libRint.so;/home/christoph/misc/root/lib/libPostscript.so;/home/christoph/misc/root/lib/libMatrix.so;/home/christoph/misc/root/lib/libPhysics.so;/home/christoph/misc/root/lib/libMathCore.so;/home/christoph/misc/root/lib/libThread.so
-- project source dir: /home/christoph/programs/MCBooster
-- project build dir: /home/christoph/programs/MCBooster/build
-- CUDA libraries: /usr/local/cuda-7.5/lib64/libcudart.so
-- nvcc cflags: --std=c++11--cudartstatic-O3--relocatable-device-code=false-Xptxas-dlcm=cg-gencodearch=compute_20,code=sm_21
-- gcc cflags: -march=native -fPIC -O3 -fopenmp -lgomp
-- Install diretory: /usr/local
-- Configuring done
-- Generating done
-- Build files have been written to: /home/christoph/programs/MCBooster/build
Since my little mobile graphics card doesn't have enough memory for the 10 million events the examples create I had to change that number to 1 million in the file "Generate.cu".