summaryrefslogtreecommitdiff
path: root/build-binary-dist.sh
AgeCommit message (Collapse)Author
2014-06-17build-binary-dist.sh: updated to include the C runtime system in binary tarballshallgren
Also moved it to the bin directory. Run it with 'bash bin/build-binary-dish.sh'.
2011-10-25Preparations for release of GF 3.3hallgren
+ Changing version numbers and dates here and there. + Simplify build-binary-dist.sh since pgf-http need not be built anymore. + Use--gf-lib-path to make the sample grammars for minibar compile even if GF is not installed.
2010-12-23build-binary-dsit.sh: make paths relative to /usr/local in the final tar file.hallgren
2010-12-22Setup.hs: build both alltenses and present by defaulthallgren
Now you can specify more than one mode when building and installing the RGL. For example to build all modes, run runhaskell Setup.hs build alltenses present minimal The default is to build alltenses and present, which means that a single command, cabal install is enough to obtain a normal installation of GF. Without this change, additional build and install commands would be required before you can compile example grammars, like Foods and Phrasebook. The build-binary-dist.sh script has been simplified accordingly.
2010-12-21Add build-binary-dist.shhallgren