PAMP:Source Code

From OpenSource

Jump to: navigation, search

The source-code can be pulled directly from SourceForge.

If you pull PAMP you will get all components along with build-files that build the whole shebang in one go. Apart from some UI stuff, the components can also be pulled separately. In case of any problems building the software, please use our forum.

Contents

Trunk or Release

You can pull directly from the trunk or then a specific release. Unless you intend to participate in the actual Pamp development, you probably should choose the latter alternative. The trunk contains the latest source, but may occasionally be broken in one or more respects.

release

Further down is shown for each specific component how to check out the trunk. To check out a specific release, you must first check what releases there are and then check out a specific one. In the following is shown how to do that for MySQL; the other components are handled analogously.

 > svn list http://pamp.svn.sourceforge.net/svnroot/pamp/mysql/tags
 mysql-5.0.45_1.0.0/
 mysql-5.0.45_1.0.1/
 mysql-5.0.67_1.0.2/
 > svn co http://pamp.svn.sourceforge.net/svnroot/pamp/mysql/tags/mysql-5.0.67_1.0.2 mysql-5.0.67

PAMP

trunk

 svn co http://pamp.svn.sourceforge.net/svnroot/pamp/trunk/pamp

releases

 svn list http://pamp.svn.sourceforge.net/svnroot/pamp/tags

PAMP Components

The components can be placed in any relation to each other in the directory hierarchy.

NOTE If you pull pamp as described above, you will get everything. In that case you do not need to pull any component separately.

MySQL

trunk

 svn co http://pamp.svn.sourceforge.net/svnroot/pamp/mysql/trunk/mysql-5.0.45

releases

 svn list http://pamp.svn.sourceforge.net/svnroot/pamp/mysql/tags

httpd

trunk

 svn co http://pamp.svn.sourceforge.net/svnroot/pamp/httpd/trunk/httpd-2.2.4

releases

 svn list http://pamp.svn.sourceforge.net/svnroot/pamp/httpd/tags

PHP

trunk

 svn co http://pamp.svn.sourceforge.net/svnroot/pamp/php/trunk/php-5.2.2

releases

 svn list http://pamp.svn.sourceforge.net/svnroot/pamp/php/tags

mod_python

trunk

 svn co https://pamp.svn.sourceforge.net/svnroot/pamp/mod_python/trunk/mod_python-3.3.1

releases

 svn list http://pamp.svn.sourceforge.net/svnroot/pamp/mod_python/tags

libpng

trunk

 svn co http://pamp.svn.sourceforge.net/svnroot/pamp/libpng/trunk/libpng-1.2.18

releases

 svn list http://pamp.svn.sourceforge.net/svnroot/pamp/libpng/tags

libxml2

trunk

 svn co http://pamp.svn.sourceforge.net/svnroot/pamp/libxml2/trunk/libxml2-2.6.29

releases

 svn list http://pamp.svn.sourceforge.net/svnroot/pamp/libxml2/tags

libxslt

trunk

 svn co http://pamp.svn.sourceforge.net/svnroot/pamp/libxml2/trunk/libxslt-1.1.24

releases

 svn list http://pamp.svn.sourceforge.net/svnroot/pamp/libxslt/tags

jpeg

trunk

 svn co http://pamp.svn.sourceforge.net/svnroot/pamp/jpeg/trunk/jpeg-6b

releases

 svn list http://pamp.svn.sourceforge.net/svnroot/pamp/jpeg/tags

curl

trunk

 svn co http://pamp.svn.sourceforge.net/svnroot/pamp/curl/trunk/curl-7.16.2

releases

 svn list http://pamp.svn.sourceforge.net/svnroot/pamp/curl/tags
MediaWiki Resources