certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] jcerti README


From: certi-cvs
Subject: [certi-cvs] jcerti README
Date: Mon, 05 Apr 2010 15:00:58 +0000

CVSROOT:        /sources/certi
Module name:    jcerti
Changes by:     Petr Gotthard <gotthardp>       10/04/05 15:00:58

Modified files:
        .              : README 

Log message:
        bug #29436: Updated documentation on preconditions for Linux systems.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/jcerti/README?cvsroot=certi&r1=1.3&r2=1.4

Patches:
Index: README
===================================================================
RCS file: /sources/certi/jcerti/README,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- README      4 Apr 2010 14:01:11 -0000       1.3
+++ README      5 Apr 2010 15:00:58 -0000       1.4
@@ -6,8 +6,16 @@
 INSTALL/COMPILING INSTRUCTION
 -----------------------------
 As a prerequisite, the following software should be installed
- - ant
- - xml-commons-apis
+ - Sun Java JDK (http://java.sun.com/javase/downloads)
+ - Apache Ant (http://ant.apache.org)
+ - xml-commons (http://xml.apache.org/commons)
+
+Linux users, please make sure the appropriate 'javac' alternative is used.
+
+Enable the javac alternative from Sun JDK using:
+update-alternatives --install "/usr/bin/javac" javac 
"/usr/java/jdk1.6.0_19/bin/javac" 1
+update-alternatives --set javac /usr/java/jdk1.6.0_19/bin/javac
+
 
 jcerti comes with a build.xml ant file
 (see http://ant.apache.org/manual/)




reply via email to

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