mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -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 follow the instructions in the ``INSTALL`` file.
|
||||||
and use the ``install.sh`` script:
|
and use the ``install.sh`` script:
|
||||||
```
|
```
|
||||||
bash install.sh configure
|
bash setup.sh configure
|
||||||
bash install.sh build
|
bash setup.sh build
|
||||||
bash install.sh install
|
bash setup.sh install
|
||||||
```
|
```
|
||||||
This will install
|
This will install
|
||||||
the C header files and libraries need to write C programs that use PGF grammars.
|
the C header files and libraries need to write C programs that use PGF grammars.
|
||||||
|
|||||||
Reference in New Issue
Block a user