summaryrefslogtreecommitdiff
path: root/doc/gf-developers.t2t
AgeCommit message (Collapse)Author
2025-08-11update developers' guideInari Listenmaa
2021-07-15General restructuring, various minor changesInari Listenmaa
2021-07-15Update C runtime instructionsInari Listenmaa
2021-07-15Remove instructions to create binariesInari Listenmaa
Those are in github actions
2021-07-15Split the Cabal instructions to another pageInari Listenmaa
and link from main instructions
2021-07-14install and upgrade stack1Regina
2021-07-14updated docs to reflect binaries generated via github actionsMeowyam
fix merge conflicts resolve merge conflict
2021-07-14Changes in Git instructionsInari Listenmaa
2021-07-14updated doc with instructions for C runtime for ubuntu and fedoraInari Listenmaa
2021-07-14Changes in Git instructionsInari Listenmaa
2021-07-14update doc for linux installationMeowyam
2021-07-14Update information about test suiteInari Listenmaa
Co-Authored-By: 1Regina <46968488+1Regina@users.noreply.github.com>
2021-07-14Update instructions about C runtimeInari Listenmaa
2020-06-14Update documentation.Michael Elsdörfer
2018-12-22Change refs from RGL's Make.* to Setup.* in dev guideJohn J. Camilleri
2018-11-27Various fixes & cleanup in doc/ folderJohn J. Camilleri
2018-08-12Small fixes to gf-developers documentJohn J. Camilleri
2018-07-26Minimal update with new repo URLs & build instructionsJohn J. Camilleri
2017-06-30Updates to reflect the darcs->git move in the developer guide and the ↵Thomas Hallgren
download page & release notes for the next release
2016-06-17Documentation updateshallgren
Remove ghc-7.4 from the list of tested/recommended versions of GHC (because of Hackage dependency problems). Recommend version 7.10.3 of the Haskell Platform. (GHC 8.0.1 works too, but I haven't tested the corresponding Haskell Platform packages.)
2016-06-16A few documentation updateshallgren
gf.cabal: include more GHC versions in the Tested-Width field.
2015-09-14doc/gf-developers.t2t: script name for installing the C run-time was wrong, ↵hallgren
should be setup.sh
2015-09-14doc/gf-developers.t2t: some updateshallgren
2015-06-25Documentation updates for the release of GF 3.7hallgren
2015-06-23doc/gf-developers.t2t: add a note about parallel buildshallgren
Also added a note that partial builds (cabal build rgl-none, etc) doesn't work with newer versions of cabal.
2014-09-23doc/gf-developers.t2t: add a note about how to create OS X Installer packageshallgren
2014-06-23doc/gf-developers.t2t: made the C run-time section a bit more informativehallgren
2014-06-17doc/gf-developers.t2t: quick note on how to compile the C run-time systemhallgren
Also a few other minor updates.
2013-11-29Minor release/download/developer doc changeshallgren
2013-08-08doc/gf-developers.t2t: add some notes on how to create .deb and .rpm packageshallgren
2013-04-29Download page & developers guide: add a section about known problems with Cabalhallgren
2013-01-30doc/gf-developers.t2t: updatedhallgren
2012-09-11doc/gf-developers: a few more small fixeshallgren
2012-09-11doc/gf-developers: fixed a typohallgren
2012-08-06Updated the GF Developers Guidehallgren
+ The instructions have been modernized and simplified slightly and should now work again. (I have not verified it on Windows.) Using 'cabal' instead of 'runghc Setup.hs' avoids some problems. + Also, download/index.html has simpler installation instructions sufficient for many users, so mention it in the main README file. + Also adjusted the main Makefile.
2012-05-15Quick updates to doc/gf-developers.t2thallgren
2010-12-22Documentation fixeshallgren
+ Rename some txt2tags file from .txt to .t2t and remove abandoned .txt files. + Add program update_html that finds all .t2t documents and updates the corresponding .html file. It can be invoked with 'make html'. + Add style to some .html documents