Download and Install
Download and unpack the appropriate files:
Since CVS is considered stable right now, there are no separate stable tarballs
for the kero- and wise-packages (this will likely change in the future when
wise will go through big changes or when a platform gets added).
Then follow these steps:
- cd wise/kero/
- ruby setup.rb config
- ruby setup.rb setup
- ruby setup.rb install (as root, or
prepend "su -c" or "sudo")
- cd ..
-
- cd wise/
- ruby setup.rb config it is
possible that the X header files are not in /usr/include, but in
another place; if so, type ruby setup.rb config --
--with-x-include=/path/to/X11/include, the usual directory outside
the default path is /usr/X11R6/include.
- ruby setup.rb setup
- ruby setup.rb install (as root, or
prepend "su -c" or "sudo")
To test whether everything works, please proceed with:
The code in that file also is a nice tutorial on how to program with Wise.
Take the user manual with a grain of salt, it's not really up to date.
That said, the event stuff is fairly OK (though you hardly explicitely need
events for regular widgets).
Have fun!
Cross Compiling
the kero-package has been setup to allow cross-compiling (wise itself will
follow), except for one command. If you are interested, you can find hints in
kero/ipkg/package.cfg (which is the automation script for buildig ipkgs for me,
being included by build-ipkg.rb, had I mentioned I love Ruby?).
Kero