eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] eliot INSTALL


From: Olivier Teulière
Subject: [Eliot-dev] eliot INSTALL
Date: Mon, 14 Dec 2009 21:00:00 +0000

CVSROOT:        /cvsroot/eliot
Module name:    eliot
Changes by:     Olivier Teulière <ipkiss>       09/12/14 21:00:00

Modified files:
        .              : INSTALL 

Log message:
        Small update of the build dependencies

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/eliot/INSTALL?cvsroot=eliot&r1=1.13&r2=1.14

Patches:
Index: INSTALL
===================================================================
RCS file: /cvsroot/eliot/eliot/INSTALL,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- INSTALL     8 Dec 2008 21:45:27 -0000       1.13
+++ INSTALL     14 Dec 2009 21:00:00 -0000      1.14
@@ -27,7 +27,8 @@
 
 There are in fact several interfaces to Eliot:
  - one in text mode: mostly useful to debug Eliot
- - one using the ncursesw library: nice and complete, but not really graphical
+ - one using the ncursesw library: nice and almost complete, but not really
+   graphical
  - a Qt interface: the best interface to use, it supports all the features.
    This one is enabled by default if Qt development files are detected, but
    you can force it with --enable-qt
@@ -35,6 +36,15 @@
 These interfaces can be enabled or disabled at configuration time. Example:
     ./configure --disable-text --enable-ncurses --enable-qt
 
+Dependencies:
+ - libboost (mandatory): needed for many things
+ - libarabica (mandatory): http://www.jezuk.co.uk/cgi-bin/view/arabica
+   --> Used for saving/loading games
+   You can use any XML back-end supported by Arabica (like expat, or libxml2)
+ - libconfig (optional): http://www.hyperrealm.com/libconfig/
+   --> Used for saving/loading preferences
+ - Qt (optional): needed for the graphical interface
+ - libncursesw (optional): needed for the ncurses interface
 
 
 Windows build




reply via email to

[Prev in Thread] Current Thread [Next in Thread]