wxMonkey v0.12 -- updated for MonkeyV67
wxMonkey v0.1 -- initial push (wxWidgets version 2.8.12)
This is a binding of wxWidgets to the programming language Monkey. This is highly experimental, and there is no guarantee.
..WINDOWS..
To install, you must be able to create a new target comfortably:
- download and build wxwidgets (2.8.12) as a static library (recommend non-monolithic + opengl + non-debug switches)
- remember location of build and include files
- copy targets/wxmonkey folder to your local monkey/targets folder
- copy transcc/builders/wxmonkey.monkey to your local src/transcc/builders/ folder
- rebuild src/transcc, and copy to monkey/bin folder (use the C++_STD TOOL)
- edit targets/wxmonkey/template/CONFIG.MONKEY, make sure the paths in CONFIG point to wxWidgets paths for include, mingw (or compiler stdlibs), and wx static libs
- compile minimal example
..OSX (10.6+)..
- download and build wxwidgets (2.8.12) as a static library (recommend non-monolithic + opengl + non-debug switches, arch i386 no x64)
- remember location of build and include files
- copy targets/wxmonkey folder to your local monkey/targets folder 3b. copy xcode folder to monkey/targets/wxmonkey folder
- copy transcc/builders/wxmonkey.monkey to your local src/transcc/builders/ folder
- rebuild src/transcc, and copy to monkey/bin folder (use the C++_STD TOOL)
- rebuild src/trans, and copy to monkey/bin folder
- edit targets/wxmonkey/template/CONFIG.MONKEY, make sure the paths in CONFIG point to wxWidgets paths for include, and wx static libs
- compile minimal example again
Monkey version (c) Adam Piette
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely.