blob: 152f9734e34554cb64e498b0568c71fbe9ecbe00 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- make/jvars.sh.orig 2017-11-02 18:50:23 UTC
+++ make/jvars.sh
@@ -1,11 +1,11 @@
# source shell script (read with . jvars.sh) so stuff is easy to find
# edit following if your install is not standard
-jgit=~/gitdev/jsource # git jsource folder
+jgit=~/jsource-j806-release # git jsource folder
jbld=~/jbld # test libraries and binaries will be put here
# edit platform to build - linux darwin raspberry
-jplatform=linux
+jplatform=freebsd
# should not be necessary to edit after here
j32=$jbld/j32/bin/jconsole
|