SimpleIDE for Propeller
This is the SimpleIDE code repository.
Included here are:
- SimpleIDE GUI sources, images, and translation files
- Ctags source with Spin language support
- SimpleIDE user guide
- Command line build scripts for Mac and Linux
- InnoIDE packaging scripts for Windows
- propside.pro for building with Qt Creator
Items required but not included here:
- propeller-gcc compiler source https://github.com/parallaxinc/propgcc
- Open Spin compiler source https://github.com/parallaxinc/OpenSpin
- proploader source https://github.com/parallaxinc/proploader
- Learn workspace https://github.com/parallaxinc/Simple-Libraries
- Qt5.4 libraries http://download.qt.io/archive/qt/
- QtCreator community edition https://www.qt.io/download-open-source/#section-2
- OpenGL xorg-x11-server-devel
- libz
Windows Build:
Mac Build:
- ./macrelease.sh
- Copy SimpleIDE.app to macpackage (result of ./macrelease.sh)
- Copy FTDIUSBSerialDriver.kext to macpackage (get from ftdichip.com website)
- cd macpackage
- ./macpack.sh (should match version in propside/propside.pro)
- Test install with macpackage SimpleIDE--MacOS.pkg
- Parallax must sign for app store distribution.
Linux Build:
More to come ....