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>2006-03-22 22:38:41 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2006-03-22 22:38:41 (GMT)
commit523a9405e8c20fad2da35de9163fc5fd80601012 (patch)
tree57afb9f90837a6785d3d416138aabcd07f8b89e2 /INSTALL
parent553050b42c438fd6a30c8620dcb727b70c8dacf1 (diff)
Fixed bad compilation directive sqlite_ldflags replaced by
sqlite_ldadd (Thanks to Slava Dubrovskiy) Added a warning in the INSTALL file to warn make -j does not work.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 65777ce..b9069ec 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,8 +6,11 @@ Gcompris can be installed anywhere on your hard drive.
for example, you can use:
sh configure --prefix=/home/bruno/gcompris
+make
+make install
Warning: You cannot use ~ in the prefix, it must be a full path.
+Warning: It has been reported that make -j 2 (or more) break the compilation
This will install gcompris and all its data files under
/home/bruno/gcompris