mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 00:32:24 +00:00
Uppercase internal SYSTEM.H types address, int*, uint*. Phase 1.
This commit is contained in:
parent
1935f63cd6
commit
baeb2db81f
205 changed files with 8388 additions and 8311 deletions
10
ReadMe.md
10
ReadMe.md
|
|
@ -27,7 +27,10 @@ default libraries complying with the Oakwood Guidelines for Oberon-2 compilers.
|
|||
|
||||
## Installation
|
||||
|
||||
###### Prerequisites
|
||||
While pre-built packages are not provided, it is easy to install the Oberon compiler and libraries
|
||||
with the following simple steps.
|
||||
|
||||
###### 1. Install prerequisites
|
||||
|
||||
| Platform | Packages |
|
||||
| --------- | ------------ |
|
||||
|
|
@ -39,7 +42,7 @@ default libraries complying with the Oakwood Guidelines for Oberon-2 compilers.
|
|||
|
||||
More details, including for MingW and MS C, in [**Installation**](/doc/Installation.md).
|
||||
|
||||
###### Build and install
|
||||
###### 2. Build and install the compiler and libraries
|
||||
|
||||
1. `git clone https://github.com/vishaps/voc`
|
||||
2. `cd voc`
|
||||
|
|
@ -47,7 +50,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.
|
||||
|
||||
###### PATH environment variable
|
||||
###### 3. Stet your PATH environment variable
|
||||
|
||||
Set your path to the installed compiler binary location as reported
|
||||
by make full, e.g.
|
||||
|
|
@ -61,6 +64,7 @@ by make full, e.g.
|
|||
|
||||
Also see [**Installation**](/doc/Installation.md).
|
||||
|
||||
|
||||
## A 'Hello' application
|
||||
|
||||
Anything appended to Oberon.Log is automatically written to stdout, so the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue