aboutsummaryrefslogtreecommitdiff
path: root/Linux-build.properties
diff options
context:
space:
mode:
Diffstat (limited to 'Linux-build.properties')
-rw-r--r--Linux-build.properties12
1 files changed, 8 insertions, 4 deletions
diff --git a/Linux-build.properties b/Linux-build.properties
index 12b5a90..e91b75d 100644
--- a/Linux-build.properties
+++ b/Linux-build.properties
@@ -1,15 +1,19 @@
-# property file for Linux
+# property file for Linux, now with default ubuntu packages
# put the path of where the jdk (java sdk) is installed
-jdk.home=/usr/local/java
+jdk.home=/usr/lib/jvm/java-6-sun
# put the path of where pd is installed
-pd.home=/home/asb2m10/pd-0.39-0
+pd.home=/usr
# common linux properties
isLinux=true
compiler=gcc
linker.type=shared
platform=linux
+
+# 64-bits system ? uncomment this
+#jdk.libs=${jdk.home}/jre/lib/amd64
+
jdk.libs=${jdk.home}/jre/lib/i386
-pdj.outfile=${dist.dir}/pdj \ No newline at end of file
+pdj.outfile=${dist.dir}/pdj