You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.5 KiB

  1. pantheios - Install
  2. ====================
  3. Updated: 7th August 2012
  4. The following steps are required to install Pantheios:
  5. 1. Download the latest distribution of Pantheios, from
  6. http://pantheios.org/
  7. 2. Unzip it to a directory of your choice, e.g c:\3pty\pantheios-1.0.1
  8. 3. Define an environment variable PANTHEIOS_ROOT, whose
  9. value is the directory in which you unzipped
  10. it, e.g. PANTHEIOS_ROOT=c:\3pty\pantheios-1.0.1
  11. 4. Download the latest distribution of STLSoft, from http://stlsoft.org/
  12. 5. Unzip it to a directory of your choice, e.g c:\3pty\stlsoft-1.9.115
  13. 6. Define an environment variable STLSOFT, whose value is the directory
  14. in which you unzipped it, e.g. STLSOFT=c:\3pty\stlsoft-1.9.115
  15. 7. Open a command shell in the appropriate directory that matches your
  16. compiler:
  17. * if you're compiling with Visual C++ 7.1 then cd to build/vc71
  18. * if you're compiling for UNIX with GCC 4.2, then cd
  19. to build/gcc42.unix
  20. * if you're compiling for Win-x64 with Visual C++ 9, then cd
  21. to build/vc9.x64
  22. 8. Build using make:
  23. * to build the Pantheios core libraries: "make build.libs.core"
  24. * to build all libraries, examples and test: "make build"
  25. * to build and run unit/component tests: "make test"
  26. NOTE: Pantheios depends on the (header-only) STLSoft libraries - version
  27. 1.9.115 or later - available from http://www.stlsoft.org/.
  28. =============================== End of file ================================