INSTALL 1.1 KB

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