mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
Document compilation; remove OpenBSD debugging.
This commit is contained in:
parent
c6388006b9
commit
412a8c3337
11 changed files with 110 additions and 319 deletions
|
|
@ -14,8 +14,8 @@ default libraries complying with the Oakwood Guidelines for Oberon-2 compilers.
|
|||
### Contents
|
||||
|
||||
[**Installation**](#installation)<br>
|
||||
[**A 'Hello' application**](#a-hello-application)<br>
|
||||
[**Licensing**](#licensing)<br>
|
||||
[**Compiling a 'Hello' application**](#a-hello-application)<br>
|
||||
[**License**](#license)<br>
|
||||
[**Platform support and porting**](#platform-support-and-porting)<br>
|
||||
[**Language support and libraries**](#language-support-and-libraries)<br>
|
||||
[**History**](#history)<br>
|
||||
|
|
@ -138,6 +138,7 @@ executable binary.
|
|||
|
||||
Execute as usual on Linux (`./hello`) or Windows (`hello`).
|
||||
|
||||
For more details on compilation, see [**Compiling**](/doc/Compiling.md).
|
||||
|
||||
### Viewing the interfaces of included modules.
|
||||
|
||||
|
|
@ -163,7 +164,7 @@ END Out.
|
|||
```
|
||||
|
||||
|
||||
## Licensing
|
||||
## License
|
||||
|
||||
Vishap Oberon's frontend and C backend engine is a fork of Josef Templ’s Ofront, which has been released
|
||||
under the FreeBSD License. Unlike Ofront, Vishap Oberon does not include the Oberon v4 GUI environment.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue