rev 722 - trunk
SVN User <[email protected]> Sun, 11 Jul 2004 10:45:03 -0400
| Newsgroups | gmane.comp.lang.prothon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: bcollins Date: 2004-07-11 10:45:00 -0400 (Sun, 11 Jul 2004) New Revision: 722 Modified: trunk/README.txt Log: We have to have APR to build. Make that explicit in the README.txt. Modified: trunk/README.txt =================================================================== --- trunk/README.txt 2004-07-11 08:03:47 UTC (rev 721) +++ trunk/README.txt 2004-07-11 14:45:00 UTC (rev 722) @@ -1,11 +1,16 @@ - Prothon is copyrighted. See LICENSE file for details. -For Unix installation, read INSTALL. +For Unix building instructions, read INSTALL. -For a Windows source build, Visual Studio is recommended. You will need -to install boost regex++ for the Re module. +You will need the Apache Portable Runtime Library (APR). For Linux, this +is generally available from your distribution's package set. APR is +usually included with apache2, but make sure you also install the APR +development files (headers and linkable library). +Other libraries needed include the Boost regex++ (re module). + +For a Windows source build, Visual Studio is recommended. + For windows binary usage, download prothon-win32-xxx.zip from Prothon.org, unzip, and run prothon.exe in the unzipped folder.