Difference between revisions of "AMule SVN"

From AMule Project FAQ
Jump to: navigation, search
(mention Google Code repository)
 
(35 intermediate revisions by 14 users not shown)
Line 1: Line 1:
<center>'''English''' | [[AMule_CVS-es|Español]] </center>
+
<center>'''English'''  | [[AMule_SVN-de|Deutsch]] | [[AMule_SVN-es|Spanish]] | [[AMule_SVN-zh_CN|Simplified Chinese]]</center>
  
The latest in development status of [[aMule]] can be found [http://amule.hirnriss.net here].
+
'''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].
  
Nightly archives of [[aMule]] can be found in the [http://www.gnu.org/software/cvs CVS] repository. By using amule-cvs you understand that this version has no guarantees that it will compile and/or work properly. amule-cvs is for users that want the latest and greatest bleeding edge version of [[aMule]] releases and development. Remember: '''use at your own risk!'''
+
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''
  
There are unofficial build for daily CVS, you can check them on our [http://forum.amule.org forum].
+
:'''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!''
  
* As of the 14th of March, 2005, a [[spec file]] is available in the [http://amule.hirnriss.net aMule CVS tarball] so that you may easily generate an [http://www.rpm.org RPM]. Read about it [[spec file| here]].
+
== 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.
  
* [http://www.gentoo.org Gentoo] users can grab the amule-cvs ebuild by [[HowTo_Compile_In_Gentoo|following this link]].
+
== RPM ==
 +
To create an [[RPM]] package from an aMule SVN source tarball, use the included  "spec file"  See [[spec file]] for more information.
  
* [http://www.archlinux.org ArchLinux] users can grab an unofficial amule-cvs PKGBUILD and binary by following [http://gift.altervista.org/index_en.php?section=40 this link] (No official support)
+
== Distro-specific sources ==
  
* http://www.debian.org Debian] testing/sid unofficial repository for amule CVS (daily packages):
+
*'''Gentoo''' users can grab the amule-svn ebuild by consulting [[HowTo Compile In Gentoo]].
  deb http://www.vollstreckernet.de/debian/ testing amule
+
 
  For more information about amule daily packages:
+
*'''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)
  http://forum.amule.org/thread.php?threadid=5776
+
 
 +
*'''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.