|
compile
How to compile ValaCE
Featured IntroductionCompiling ValaCE it isn't an easy task, but even not a very difficult one. You'll need to be familiar with the cegcc compiler and you'll need some time. I tried to automate as much as possible, but there are some manual step that need to be done. You may ask why? These are some reasons:
In the source root directory there is a script called build-all that should do most of the work. Required toolsTo compile ValaCE you need:
Build procedureFirst edit the mingw32ce.sh file present in the root folder to reflect you installation (I installed mingw32ce under ~/opt/mingw32ce/) Then do: $source mingw32ce.sh and finally: $./build-all If all goes well you should have the GLib / GObject library built under the glibce folder and the vforms library with some example programs under the valaforms folder. It's now time to do a $make install and all the headers and libraries will be installed under the wince folder of the source distribution. |