Commit a2b15356 authored by claes's avatar claes

*** empty log message ***

parent 966f61e7
......@@ -16,7 +16,7 @@ gcc v3.3.3
gcc v3.4.3
gcc v4.0.2
1. Preparation
1. Preparations
--------------
1.1. Ubuntu
......@@ -45,6 +45,7 @@ java: Download jdk-6u2-linux-i586.bin from java.sun.com. Define the
export jdk=/usr/local/jdk1.6.0_02
export PATH=$PATH:$jdk/bin
There has to be a valid display.
2. Easy way
-----------
......
......@@ -184,7 +184,7 @@ $(inc_dir)/%.hpp : %.hpp
$(bld_dir)/%.class : %.java
@ $(log_java_class)
@ $(javac) -d $(pwre_broot)/$(pwre_target)/bld $(source)
@ $(javac) -encoding Latin1 -d $(pwre_broot)/$(pwre_target)/bld $(source)
# @ $(javac) -Xlint:unchecked,deprecation -d $(pwre_broot)/$(pwre_target)/bld $(source)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment