Skip to content

benni0815/SchafKopf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Benni
Oct 11, 2024
ace801c · Oct 11, 2024
Aug 13, 2012
Aug 5, 2024
Aug 5, 2024
Apr 21, 2012
Oct 11, 2024
Feb 24, 2004
Jul 14, 2019
Nov 27, 2004
Oct 11, 2024
Feb 24, 2004
Aug 6, 2014
Mar 1, 2024

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