You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-56Lines changed: 2 additions & 56 deletions
Original file line number
Diff line number
Diff line change
@@ -12,60 +12,6 @@ Included you will find examples using the ['Standard' CE C Libraries](https://gi
12
12
13
13
You can join us on the EFNet IRC server, on the `#ez80-dev` channel, if you have any questions ([webchat link](http://chat.efnet.org:9090/?nick=sdk-user&channels=%23ez80-dev&Login=Login)).
14
14
15
-
## Building on linux and macOS
16
-
17
-
These steps are only if you wish to help with development of the toolchain.
18
-
19
-
On Linux and macOS, [wine](https://www.winehq.org) is required for building.
By default, `mingw32-make install` will install into the root drive (C:\\CEdev) directory.
63
-
64
-
This is configurable with `mingw32-make install PREFIX={DIFFERENT_LOCATION}`
65
-
66
-
If you wish to view a list of available makefile rules, type: `mingw32-make help`
67
-
68
-
To build a release, use: `mingw32-make dist`
69
-
70
-
For releases, [NSIS](https://sourceforge.net/projects/nsis/) is required for Windows. Because of limitations of the current software; the special *Large strings* build is needed. You can find it [here](http://nsis.sourceforge.net/Special_Builds). Note also that you must configure your path variable to point to the NSIS installation directory.
15
+
## Contributing
71
16
17
+
If you want to contribute to the toolchain, feel free to open a [Pull Request](https://github.com/CE-Programming/toolchain/pulls), or submit an [issue/feature request](https://github.com/CE-Programming/toolchain/issues). If you would like to build the toolchain from scratch for your OS, visit the appropriate [wiki page](https://github.com/CE-Programming/toolchain/wiki/Building-the-toolchain). Thanks!
0 commit comments