| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-08 | Update release scripts for 3.12 | Inari Listenmaa | |
| 2020-11-17 | Minors in comments | John J. Camilleri | |
| 2020-11-16 | Re-enable hack for finding C runtime on macOS | John J. Camilleri | |
| 2020-11-16 | Remove RGL from build, use 'cabal v1-' commands | John J. Camilleri | |
| 2020-11-09 | Blurt out cabal version in both action and build script | John J. Camilleri | |
| 2020-11-09 | Install C runtime in two places. Use cabal v1-copy. | John J. Camilleri | |
| 2020-11-09 | Add libtool finish command from warning | John J. Camilleri | |
| 2020-11-09 | Try it another way round | John J. Camilleri | |
| 2020-11-09 | Try removing something that looks like a typo | John J. Camilleri | |
| 2020-11-09 | Fix whitespace in binary build script | John J. Camilleri | |
| 2019-11-27 | Fix another build problem in bin/build-binary-dist.sh | Thomas Hallgren | |
| Make sure the dynamic C runtime libraries are found when running GF to compile the RGL | |||
| 2019-11-18 | Fix build problems, bump versiom to gf-3.10.4-git | Thomas Hallgren | |
| debian/rules and bin/build-binary-dist.sh needed to be adepted to changes in how INSTALLPATH is used in src/runtime/java/Makefile. | |||
| 2019-04-05 | Fix outdated comment about which version of the Haskell Platform to use | Thomas Hallgren | |
| 2018-12-01 | build-binary-dist.sh: make it easy to choose which version of ghc to use | Thomas Hallgren | |
| 2018-11-28 | bin/build-binary-dist.sh: include the RGL in binary distributions | Thomas Hallgren | |
| TODO: the corresponding changes in debian/rules | |||
| 2017-08-11 | Final changes before the release of GF 3.9 | Thomas Hallgren | |
| 2016-06-20 | bin/build-binary-dist.sh: fixes for the Java and Python bindings. | hallgren | |
| * Just skip the Java binding if there were errors compiling it. * Install the Python binding in the expected place on Mac OS X when creating an OS X installer package. (i.e. under /Library/Python/2.7/site-packages) Also updated the 3.8 download page and release notes to reflect the above. | |||
| 2016-04-25 | Fix a problem building the Java binding when creating binary packages | hallgren | |
| Pass -I and -L flags to gcc so that the C run-time system can be found. Also added a line in src/runtime/java/Makefile to install jpgf.jar. | |||
| 2016-04-12 | Changes to include the Java binding in binary distribution packages | hallgren | |
| This means that you now need to have a Java SDK installed to build a Debian package. The bin/build-binary-dist.sh (which builds bintar packages and OS X installer packages) now skips the Python binding if python is not installed. Likewise it skips the Java binding if a Java SDK is not installed. | |||
| 2015-10-01 | bin/build-binary-dist.sh: fix hardcoded /usr install path for .pkg packages. | hallgren | |
| 2014-12-15 | bin/build-binary-dist.sh: remove hardwired install path and version number | hallgren | |
| Also improved tolerance to paths containing white space. | |||
| 2014-08-29 | bin/build-binary-dist.sh: just a small fix | hallgren | |
| 2014-08-28 | You can now use 'make pkg' to build OS X Installer packages for GF | hallgren | |
| The script bin/build-binary-dist.sh has been updated to build either a plain .tar.gz package or OS X Installer package (.pkg). Note that bin/build-binary-dist.sh is designed to build and include the C run-time system in the binary package. If the C run-time system fails to build, no binary package will be created. | |||
| 2014-06-21 | build-binary-dist.sh: include a ghc package configuration file | hallgren | |
| as an experiment | |||
| 2014-06-18 | build-binary-dist.sh: updated to include the Python binding to the C run-time | hallgren | |
| There are also some changes in src/runtime/python/setyp.py to support this. | |||
| 2014-06-17 | build-binary-dist.sh: updated to include the C runtime system in binary tarballs | hallgren | |
| Also moved it to the bin directory. Run it with 'bash bin/build-binary-dish.sh'. | |||
