summaryrefslogtreecommitdiff
path: root/build-binary-dist.sh
AgeCommit message (Collapse)Author
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