Difference between revisions of "AMule SVN"

From AMule Project FAQ
Jump to: navigation, search
(mention Google Code repository)
 
(24 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<center>'''English''' | [[AMule_CVS-es|Spanish]] | [[AMule_CVS-de|Deutsch]]</center>
+
<center>'''English'''  | [[AMule_SVN-de|Deutsch]] | [[AMule_SVN-es|Spanish]] | [[AMule_SVN-zh_CN|Simplified Chinese]]</center>
  
'''AMule CVS''' is a [[tar]] archive of the latest developmental source code of [[aMule]]. It is automatically updated every night and can be downloaded from [http://amule.hirnriss.net hirnriss.net].  
+
'''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].
  
:'''Note:''' There are no guarantees that aMule CVS will compile and/or work properly. aMule CVS is a work-in-progress for users who want to keep up with the latest bleeding-edge developments. ''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''
  
To run aMule CVS, you need to supply a mandatory command-line parameter which is changed regularly. To disable this, run this script: [[User:Colin#amuleCVSfx | amuleCVSfx]].
+
:'''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 [[HowTo_Compile_In_Debian|this]] for details.
  
 
== RPM ==
 
== RPM ==
To create an [[RPM]] package from an aMule CVS source tarball, use the included  "spec file"  See [[spec file]] for more information.
+
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 ==
 
== Distro-specific sources ==
  
'''Gentoo''' users can grab the amule-cvs ebuild by consulting [[HowTo Compile In Gentoo]].
+
*'''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]
  
'''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)
+
*'''Debian''' users can add this unofficial repository to their source.repo file: See [[HowTo_Compile_In_Debian|here]] for details.
  
'''Debian testing/sid''' users can add this unofficial repository to their source.repo file:
+
*'''OpenSuse''' see [http://ed2k-serverboard.de/downloads/ihmselbst/SuSE/aMule/ here]
<pre>
+
    deb http://www.vollstreckernet.de/debian/ testing amule
+
</pre>
+
(See [http://forum.amule.org/thread.php?threadid=5776] for more information)
+
  
'''Ubuntu''' users can add this unofficial repository to their sources.list file
+
*'''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.
following what written in http://3v1n0.tuxfamily.org/dists/feisty/3v1n0/
+
  
'''Mac OS X''' users can find CVS builds by following the instructions in [http://forum.amule.org/index.php?topic=5051 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.