SchafKopf
Build
-
Clone this repository
git clone git://github.com/benni0815/SchafKopf.git
-
Install dependencies. In (K)Ubuntu run:
sudo apt-get install qt4-qmake libkdegames-dev kdegames-card-data-extra libqimageblitz-dev
-
Create a build directory and run CMake
cd SchafKopf mkdir build cd build cmake .. -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 -DINSTALL_OPEN_TAROCK=ON
-
Start the compilation
make
-
Build a .deb package and install it
make package sudo dpkg -i schafkopf-0.7.91-Linux.deb