summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMeowyam <maryam@chilon.net>2021-07-14 16:34:52 +0800
committerInari Listenmaa <inari.listenmaa@gmail.com>2021-07-14 17:20:20 +0800
commitfffe3161d4db12333663c845aca8b214b9f1c3ec (patch)
tree49e198e051377aeaa7827d33fdad55a92ac379f2
parent743f5e55d486633ec7b148ea9a30ba7e59892e6d (diff)
updated docs to reflect binaries generated via github actions
fix merge conflicts resolve merge conflict
-rw-r--r--doc/gf-developers.t2t7
1 files 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