mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
Find java with configure, do not include preprocessed jgf script in binary dists.
This commit is contained in:
@@ -46,15 +46,13 @@ Procedure for making a GF release:
|
||||
e.g. banded.medic.chalmers.se):
|
||||
|
||||
$ cd src
|
||||
$ ./configure --host=i386-pc-linux-gnu
|
||||
$ make binary-dist
|
||||
$ ./configure --host=i386-pc-linux-gnu && make binary-dist
|
||||
|
||||
12. Build a generic binary sparc/solaris package (should be done on a Solaris box,
|
||||
e.g. remote1.cs.chalmers.se):
|
||||
12. Build a generic binary sparc/solaris package (should be done
|
||||
on a Solaris box, e.g. remote1.cs.chalmers.se):
|
||||
|
||||
$ cd src
|
||||
$ ./configure --host=sparc-sun-solaris2
|
||||
$ make binary-dist
|
||||
$ ./configure --host=sparc-sun-solaris2 && make binary-dist
|
||||
|
||||
13. Build a Mac OS X package:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user