Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2005-06-30 21:53:11 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2005-06-30 21:53:11 (GMT)
commit3182b7feb730d4e2711a564fbb13b50aeb2e8350 (patch)
tree719d56c9b010db9ae0cd6852eb43b5d059e7095d /INSTALL
parenteedaf04bc08f66244a4a82aa18b861665d248442 (diff)
fixed new dependancies pyxml, pysqlite sqlite-devel improved, started
* INSTALL: fixed new dependancies pyxml, pysqlite sqlite-devel * src/boards/python/admin/users.py: improved, started class-edit * src/boards/python/admin/class_edit.py: started, no complete yet.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 3 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index b4b63f5..bd0403a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -26,6 +26,8 @@ gnome-python-canvas
libpython2.2-devel
gnome-python
python-base
+python-pyxml
+python-sqlite (if it's not packaged, download and install it from http://initd.org/tracker/pysqlite)
Now that the sound is managed internally, you also need:
libSDL libSDL-mixer
@@ -54,7 +56,7 @@ urpmi tetex
urpmi gnuchess
urpmi libSDL_mixer1.2-devel
urpmi libtool
-
+urpmi libsqlite3_0 libsqlite3_0-devel
Basic Installation