Read Me
------------
-- README --
------------
OpenTarot is a free implementation of the tarot card game. It is currently
in its development phase, so lots of features are not implemented yet, and many
bugs are present in the code.
In this document, you will find some basic information about the OpenTarot
project :
-how to install/compile it
-how to run it
-----------------
-- COMPILATION --
-----------------
0-List of dependencies
Here is a list (probably incomplete) of the dependencies of the project:
-Paquets for Ubuntu (10.04) :
*libqt4
*cmake
*gcc4.4.3 (older versions may work)
1-Generation of the Makefiles
Go to the source repertory of the project, and launch:
#cmake -G"<generator>"
with "<generator>" = "Unix Makefiles" [for example]
2-Compilation
In the source repertory of the project, launch:
#make
----------------
-- HOW TO RUN --
----------------
Currently, the project is in its development phase, so there is no user-
friendly interface operationnal. Nevertheless, you can run it in a terminal.
Let's assume you installed OpenTarot in ~/opentarot, after compilation, launch:
#~/opentarot/Command\ Line/openTarot-CL