mirror of
https://github.com/irmen/prog8.git
synced 2024-12-23 09:32:43 +00:00
discord info
This commit is contained in:
parent
b3bdfb7f1f
commit
e705a8bd89
@ -22,6 +22,12 @@ How to get it/build it
|
||||
- download a build artifact zipfile from a recent [github action build](https://github.com/irmen/prog8/actions).
|
||||
- you can also compile it yourself from source. [Instructions here](https://prog8.readthedocs.io/en/latest/compiling.html).
|
||||
|
||||
Community
|
||||
---------
|
||||
Most of the development on Prog8 and the use of it is currently centered around
|
||||
the [Commander X16](https://www.commanderx16.com/) retro computer. Their [discord server](https://discord.gg/nS2PqEC) contains a small channel
|
||||
dedicated to Prog8. Other than that, use the issue tracker on github.
|
||||
|
||||
|
||||
Software license
|
||||
----------------
|
||||
|
@ -297,6 +297,19 @@ You can do one of two things to fix the build error:
|
||||
- install a JDK with that version,
|
||||
- or change the version number to match the JDK version that *is* installed on your system (must be >= 11)
|
||||
|
||||
Strange assembler error
|
||||
^^^^^^^^^^^^^^^^^^^^^^^
|
||||
If the compilation of your program fails in the assembly step, please check that you have
|
||||
the required version of the 64tass assembler installed. See :ref:`requirements`.
|
||||
|
||||
|
||||
Community
|
||||
---------
|
||||
Most of the development on Prog8 and the use of it is currently centered around
|
||||
the `Commander X16 <https://www.commanderx16.com/>`_ retro computer.
|
||||
Their `Discord server <https://discord.gg/nS2PqEC>`_ contains a small channel
|
||||
dedicated to Prog8. Other than that, use the issue tracker on github.
|
||||
|
||||
|
||||
Examples
|
||||
--------
|
||||
|
Loading…
Reference in New Issue
Block a user