From fffe3161d4db12333663c845aca8b214b9f1c3ec Mon Sep 17 00:00:00 2001 From: Meowyam Date: Wed, 14 Jul 2021 16:34:52 +0800 Subject: [PATCH] updated docs to reflect binaries generated via github actions fix merge conflicts resolve merge conflict --- doc/gf-developers.t2t | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/gf-developers.t2t b/doc/gf-developers.t2t index 28ab6b6fa..fafc3f4c4 100644 --- a/doc/gf-developers.t2t +++ b/doc/gf-developers.t2t @@ -392,9 +392,6 @@ autoconf, automake, libtool, make On Ubuntu ``apt-get install autotools-dev`` On Fedora ``dnf install autoconf automake libtool`` -``` -apt-get install -``` and then run ``stack install``, also from the top directory. If you get an error ``error while loading shared libraries`` when trying to run gf with C runtime, remember to declare your LD_LIBRARY_PATH. Add ``export LD_LIBRARY_PATH="/usr/local/lib"`` to either your .bashrc or .profile. You should now be able to start GF with C runtime. @@ -456,6 +453,10 @@ If you do not have Haskell installed, you can use the simple build script ``Setu == Creating binary distribution packages == +The binaries are generated with Github Actions. More details can be viewed here: + +https://github.com/GrammaticalFramework/gf-core/actions/workflows/build-binary-packages.yml + === Creating .deb packages for Ubuntu === This was tested on Ubuntu 14.04 for the release of GF 3.6, and the