mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
doc/gf-developers.t2t: script name for installing the C run-time was wrong, should be setup.sh
This commit is contained in:
@@ -450,9 +450,9 @@ To install the C run-time system, go to the ``src/runtime/c`` directory
|
||||
%and follow the instructions in the ``INSTALL`` file.
|
||||
and use the ``install.sh`` script:
|
||||
```
|
||||
bash install.sh configure
|
||||
bash install.sh build
|
||||
bash install.sh install
|
||||
bash setup.sh configure
|
||||
bash setup.sh build
|
||||
bash setup.sh install
|
||||
```
|
||||
This will install
|
||||
the C header files and libraries need to write C programs that use PGF grammars.
|
||||
|
||||
Reference in New Issue
Block a user