Skip to content

Commit a4c9bfe

Browse files
committed
added more resources
1 parent 9565dc5 commit a4c9bfe

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/RISCOSCodingResources.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ This section is more about software development processes and collaboration with
3232
* Useful info about the RISC OS "Nested WindowManager", a must read to understand how to write slightly more "modern-ish" looking desktop Apps on RISC OS, you can find the article [here](http://www.vigay.com/inet/acorn/nested.html)
3333
* ROOL Collection of DEVELOPER documentation can be foun d[here](https://www.riscosopen.org/wiki/documentation/show/Programmer%20documentation) for free.
3434

35+
### Get Compilers and Development Environments
36+
37+
* Get Risc OS Open Desktop Development Environment (commercial) [here](https://www.riscosopen.org/content/sales/dde)
38+
* Step by step instructions on how to install DDE on your RISC OS system [here](https://paolozaino.wordpress.com/2020/10/17/risc-os-installing-rool-desktop-development-environment-dde-tutorial/)
39+
* Get GNU Compiler Collections GCC (free and Open Source) [here](https://www.riscos.info/index.php/GCC_for_RISC_OS)
40+
* Get GCCSDK for Linux (GNU Compiler Collection for cross-build on Linux for RISC OS) [here](http://www.riscos.info/index.php/GCCSDK)
41+
3542
**Please Note:** Everyone interested on coding on RISC OS should ALWAYS have a copy of all the **PRM** handy and ready to be used.
3643

3744
## Programming in Ada on RISC OS
@@ -110,6 +117,10 @@ More info [here](https://www.riscos.info/index.php/Using_GCCSDK)
110117
* Pre-built binaries [here](http://www.wra1th.plus.com/lua/risclua.html)
111118
* Source code [here](https://github.com/RISC-OS-Community/RiscLua)
112119

120+
### Documentaion
121+
122+
* Lua 5.4 Reference Manual [here](https://www.lua.org/manual/5.4/manual.html)
123+
113124
## Programming in Obey (RISC OS scripting)
114125

115126
## Programming in Python

0 commit comments

Comments
 (0)