Eiffel Windowing System - EWS | |
Home News About Features Requirements Documentation Downloads Development Status |
EWS installationTo install and use EWS, you will need:
If you develop and redistribute applications using EWS, your users will also need to have both SDL libraries installed, but not the development headers. Once you have the prerequisites installed, download the EWS tarball. Run the following commands as super-user: cd /usr/local/SmartEiffel tar xzf ews-1.0.tar.gz cd ews ./configure make make install The The default installation directory will be If you have any problem, just ask at eiffelws-list@lists.sourceforge.net Enjoy! Notes for FreeBSD usersSome of the installation scripts require bash (the GNU Bourne shell) installed to run. It is not required for using EWS, but you will need it unless you want to install manually. The makefiles are designed to work with GNU make, so you will need that too (and you should invoke gmake instead of make during installation) You will also have problems with the You will also have to update the Makefile located in driver-sdl/C
before running make, changing the name of sdl-config .
You will also have to change to the appropiate name of
|