I meant to work on the miner after school but I was dead tired, went straight to sleep.
This is how I built Reaper on Ubuntu 13.04 server:
First! Redownload the miner from the link I gave you. There should be a VERSION file that says it's beta 2.
sudo apt-get install build-essential cmake libgmp-dev libcurl4-openssl-dev dh-autoreconf pkg-config libjansson-dev
download & install AMD's (or Nvidia's) OpenCL SDK
download bitcoin-libblkmaker from
https://dl.dropboxusercontent.com/u/55025350/bitcoin-libblkmaker.zipand extract it to the directory where the miner sources are.
then do this:
{
cd libblkmaker
make clean
./autogen.sh
make
sudo make install
cd ..
}
Then, just run cmake-linux.sh.
Any info on how to fix the appcrash? seems many of us here are experiencing that.