[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[certi-cvs] certi/doc build.dox
From: |
certi-cvs |
Subject: |
[certi-cvs] certi/doc build.dox |
Date: |
Sun, 09 Jan 2011 18:19:52 +0000 |
CVSROOT: /sources/certi
Module name: certi
Changes by: Eric NOULARD <erk> 11/01/09 18:19:52
Modified files:
doc : build.dox
Log message:
Update installation documentation
Add information concerning libX11-devel on Fedora
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/doc/build.dox?cvsroot=certi&r1=3.2&r2=3.3
Patches:
Index: build.dox
===================================================================
RCS file: /sources/certi/certi/doc/build.dox,v
retrieving revision 3.2
retrieving revision 3.3
diff -u -b -r3.2 -r3.3
--- build.dox 27 Oct 2008 10:26:50 -0000 3.2
+++ build.dox 9 Jan 2011 18:19:52 -0000 3.3
@@ -70,7 +70,17 @@
\endverbatim
* - Debian/Ubuntu Linux
\verbatim
- apt-get install libxml2-devel
+ apt-get install libxml2-dev
+\endverbatim
+ *
+ * X11 (optionally, to enable billard example with a graphical animation)
+ * - Fedora Linux
+\verbatim
+yum install libX11-devel
+\endverbatim
+ * - Debian/Ubuntu Linux
+\verbatim
+apt-get install libx11-dev
\endverbatim
*
* \section certi_unix_build Building CERTI on Unix with Makefile generator
@@ -84,7 +94,7 @@
* this should create a certi-\<version\>-Source directory
* </li>
\verbatim
- tar zxvf certi-3.2.4-Source.tar.gz
+ tar zxvf certi-3.4.0-Source.tar.gz
... wait for tar ending ...
\endverbatim
* <li>Prepare separate build directory and run CMake
@@ -169,4 +179,4 @@
*
*/
-// $Id: build.dox,v 3.2 2008/10/27 10:26:50 erk Exp $
+// $Id: build.dox,v 3.3 2011/01/09 18:19:52 erk Exp $
- [certi-cvs] certi/doc build.dox,
certi-cvs <=