mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
Doc updates. Add warning for anonymous ARAY or RECORD parameter types.
This commit is contained in:
parent
036b8eef41
commit
1c137d2d7a
10 changed files with 405 additions and 157 deletions
17
ReadMe.md
17
ReadMe.md
|
|
@ -32,13 +32,14 @@ with the following simple steps.
|
|||
|
||||
#### 1. Install prerequisites
|
||||
|
||||
| Platform | Packages |
|
||||
| --------- | ------------ |
|
||||
| Debian/Ubuntu/Mint ... | `apt-get install git` |
|
||||
| Fedora/RHEL/CentOS ... | `yum install git gcc glibc-static` |
|
||||
| FreeBSD/OpenBSD/NetBSD | `pkg install git` |
|
||||
| Cygwin | use setup-x86[_x64] to add packages git, make and gcc-core |
|
||||
| Darwin | type 'git' at the command line and accept the prompt to install it. |
|
||||
| Platform | Packages |
|
||||
| --------- | ------------ |
|
||||
| Debian/Ubuntu/Mint ... | `apt-get install git` |
|
||||
| Fedora/RHEL/CentOS ... | `yum install git gcc glibc-static` (`dnf` instead of `yum` on recent Fedoras) |
|
||||
| FreeBSD/OpenBSD/NetBSD | `pkg install git` |
|
||||
| OpenSUSE | `zypper install gcc git-core make glibc-devel-static` |
|
||||
| Cygwin | use setup-x86[_x64] to add packages git, make, diffutils and gcc-core |
|
||||
| Darwin | type 'git' at the command line and accept the prompt to install it. |
|
||||
|
||||
More details, including for MingW and MS C, in [**Installation**](/doc/Installation.md).
|
||||
|
||||
|
|
@ -50,7 +51,7 @@ More details, including for MingW and MS C, in [**Installation**](/doc/Installat
|
|||
|
||||
Since 'make full' will install the compiler and libraries, it needs root (unix) or administrator (windows) privileges.
|
||||
|
||||
#### 3. Stet your PATH environment variable
|
||||
#### 3. Set your PATH environment variable
|
||||
|
||||
Set your path to the installed compiler binary location as reported
|
||||
by make full, e.g.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue