1234567891011121314151617181920212223242526272829303132333435363738 |
- Prerequisites
- ===============
- * Liberty-Eiffel compiler and libraries:
- http://www.liberty-eiffel.org/
- * The Tecgraf/PUC-Rio Libraries (IM, CD, IUP and Lua):
- http://webserver2.tecgraf.puc-rio.br/iup/en/download_tips.html
- The most easy way is install the binary packages. Notice that the
- Tecgraf/PUC-Rio binaries for 64 bits systems, install the libraries at
- /usr/lib64/. So if this directory is not at your PATH you will need add this to
- PATH or copy/move the libraries to other place.
- This will install only the libraries, you will need copy the headers to the
- corresponding directories (iup headers to a "iup" directory at /usr/include/;
- the same for the other libraries)
- On UNIX you need a functional GTK+ or Motif system.
- Install eiffel-iup
- ===================
- Download and untar the tarball and copy the "iup" directory to the "plugins"
- directory of the Liberty-Eiffel installation. For example (with root
- permissions):
- cd eiffel-iup
- cp -R iup /usr/share/liberty-eiffel/sys/plugins/
- Now to use eiffel-iup at your project add the path of the "library" directory
- at your loadpath.se
|