Skip to content

Commit 30668df

Browse files
authored
Merge pull request #16 from RISC-OS-Community/develop
merge from Develop branch to Main
2 parents ffeb22e + a4c9bfe commit 30668df

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/RISCOSCodingResources.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ This section is more about software development processes and collaboration with
3030
* Acorn Archimedes Games developer guide available for free [here](http://riscos.com/support/developers/agrm/index.htm)
3131
* RISC OS Info, a very useful and rich source of info for developers, you can find it [here](http://www.riscos.info/index.php/Introduction_to_RISC_OS)
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)
33+
* ROOL Collection of DEVELOPER documentation can be foun d[here](https://www.riscosopen.org/wiki/documentation/show/Programmer%20documentation) for free.
34+
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)
3341

3442
**Please Note:** Everyone interested on coding on RISC OS should ALWAYS have a copy of all the **PRM** handy and ready to be used.
3543

@@ -109,6 +117,10 @@ More info [here](https://www.riscos.info/index.php/Using_GCCSDK)
109117
* Pre-built binaries [here](http://www.wra1th.plus.com/lua/risclua.html)
110118
* Source code [here](https://github.com/RISC-OS-Community/RiscLua)
111119

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

114126
## Programming in Python

0 commit comments

Comments
 (0)