Skip to content

kripton/SchafKopf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SchafKopf

Build

  1. Clone this repository

    git clone git://github.com/benni0815/SchafKopf.git
  2. Install dependencies. In (K)Ubuntu run:

    sudo apt-get install qt4-qmake libkdegames-dev kdegames-card-data-extra libqimageblitz-dev
  3. 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
  4. Start the compilation

    make
  5. Build a .deb package and install it

    make package
    sudo dpkg -i schafkopf-0.7.91-Linux.deb

Releases

No releases published

Packages

No packages published