Support
Wiki Documentation
Support Forum
Mobile
- Rocweb Browser
- WIO-Control ESP32
- andRoc Android
- Rocview Tablet
DIY
User
Wiki writer
Legal
Support
Wiki Documentation
Support Forum
Mobile
DIY
User
Wiki writer
Legal
Mac OS X 10.5
Download from [ SourceForge | UK Mirror ] → Source Archives → wxMac.
Or if SF is not able to provide it: wxmac-2.8.10.tar.gz
Uncompress it with the Archive tool.
Configure and build like this:
cd wxMac-2.8.10 mkdir macbuild cd macbuild ../configure --prefix=/usr/ --enable-unicode make sudo make install
Mac OS X 10.6
Check this if you want to use the stable wxWidgets 2.8 32 bit:
(Not tested by the author…)
Mac OS X 10.6
cd wxMac-2.9.0 mkdir macbuild cd macbuild ../configure --prefix=/usr/ --enable-unicode -with-osx_cocoa --with-macosx-version-min=10.5 make sudo make install
Note: Some lines have to be modified → http://trac.wxwidgets.org/ticket/11183 in wxWidgets-2.9.0/src/osx/cocoa/textctrl.mm
please replace:
wxWidgetImpl::FindFromWXWidget( [self delegate] ); wxWidgetImpl::FindFromWXWidget( (WXWidget) [self delegate] )
(Tested successfully by the author.)
Described here: Build Rocrail from Source.
The GCC compiler must be version 4.x or higher.
This requires revision 646 or higher.
cd Rocrail make PLATFORM=MACOSX fromtar ./makemac.sh
This will build a DMG with Rocview and Rocrail inside. The DMG will end up in the folder package.
makemac.sh <version> <patch> <type> <dist>
Example: "makemac.sh 1.3 999 snapshot intel" will build
"rocrail-1.3.999-revXXX-snapshot-intel.dmg" where "XXX" is the Bazaar revision number or "user" if Bazaar is not installed.