Difference between revisions of "AMule SVN"

From AMule Project FAQ
Jump to: navigation, search
(mention Google Code repository)
 
(46 intermediate revisions by 18 users not shown)
Line 1: Line 1:
 +
<center>'''English'''  | [[AMule_SVN-de|Deutsch]] | [[AMule_SVN-es|Spanish]] | [[AMule_SVN-zh_CN|Simplified Chinese]]</center>
  
<center>'''English''' [[AMule_CVS-es|Español]] </center>
+
'''AMule SVN''' the latest developmental source code of [[aMule]]. You can get it as [[tar]] archive which is automatically updated from the developers' [[Subversion]] repository every night and can be downloaded from [http://amule.sourceforge.net/tarballs/ amule.sourceforge.net]. Or you can check it out from the [http://code.google.com/p/amule/source/checkout mirror repository at Google Code].
  
 +
There is also an unofficial [[Git]] repository mirroring the tarballs at [http://repo.or.cz/w/amule.git repo.or.cz] which allows you tracking of the changes easily. To get a Git working copy from it, run ''git clone git://repo.or.cz/amule.git''
  
The latest development status of [[aMule]] can be found [http://amule.hirnriss.net here].
+
:'''Note:''' There are no guarantees that aMule SVN will compile and/or work properly. aMule SVN is a work-in-progress for users who want to keep up with the latest bleeding-edge developments. ''Use at your own risk!''
  
This are nightly copies of the [[aMule]] [http://www.gnu.org/software/cvs CVS] repository and have no warranty to work correctly or even to compile.
+
== DEB ==
 +
Since 7th May 2007 a debian-dir is included in the tarball, so you can easiely create packages. Read [[HowTo_Compile_In_Debian|this]] for details.
  
You might want to be on the bleeding edge of the [[aMule]] releases and development, but remember: '''use at your own risk!'''
+
== RPM ==
 +
To create an [[RPM]] package from an aMule SVN source tarball, use the included  "spec file"  See [[spec file]] for more information.
  
Since 14th March 2005 there is a [[spec file]] in the [http://amule.hirnriss.net aMule CVS tarball], so that you can easily generate an [http://www.rpm.org RPM]. Read about it [[spec file| here]].
+
== Distro-specific sources ==
 +
 
 +
*'''Gentoo''' users can grab the amule-svn ebuild by consulting [[HowTo Compile In Gentoo]].
 +
 
 +
*'''ArchLinux''' users can grab an unofficial amule-svn PKGBUILD and binary by following [http://gift.altervista.org/index_en.php?section=40 this link] (No official support)
 +
 
 +
*'''Mandriva''' see [http://forum.amule.org/index.php?topic=13709.0 here]
 +
 
 +
*'''Debian''' users can add this unofficial repository to their source.repo file: See [[HowTo_Compile_In_Debian|here]] for details.
 +
 
 +
*'''OpenSuse''' see [http://ed2k-serverboard.de/downloads/ihmselbst/SuSE/aMule/ here]
 +
 
 +
*'''Mac OS X''' users can find SVN builds by following the instructions in [http://forum.amule.org/index.php?topic=13920.0 in this thread] on the forum.
 +
 
 +
*'''Windows''' see [ftp://kieselei.de/aMule-Win32/ here]

Latest revision as of 20:26, 18 November 2011

English | Deutsch | Spanish | Simplified Chinese

AMule SVN the latest developmental source code of aMule. You can get it as tar archive which is automatically updated from the developers' Subversion repository every night and can be downloaded from amule.sourceforge.net. Or you can check it out from the mirror repository at Google Code.

There is also an unofficial Git repository mirroring the tarballs at repo.or.cz which allows you tracking of the changes easily. To get a Git working copy from it, run git clone git://repo.or.cz/amule.git

Note: There are no guarantees that aMule SVN will compile and/or work properly. aMule SVN is a work-in-progress for users who want to keep up with the latest bleeding-edge developments. Use at your own risk!

DEB

Since 7th May 2007 a debian-dir is included in the tarball, so you can easiely create packages. Read this for details.

RPM

To create an RPM package from an aMule SVN source tarball, use the included "spec file" See spec file for more information.

Distro-specific sources

  • ArchLinux users can grab an unofficial amule-svn PKGBUILD and binary by following this link (No official support)
  • Debian users can add this unofficial repository to their source.repo file: See here for details.
  • Mac OS X users can find SVN builds by following the instructions in in this thread on the forum.