aMule Forum

English => aMule News => Topic started by: GonoszTopi on September 26, 2015, 01:39:29 PM

Title: Repository moved
Post by: GonoszTopi on September 26, 2015, 01:39:29 PM
Hello everyone,

as you might have noticed, Google Code is closing its hosting services (http://google-opensource.blogspot.de/2015/03/farewell-to-google-code.html). That has made us choose a new hosting service for the repository. GitHub (https://github.com/amule-project/amule) was the choice made, because of various (undisclosed) reasons. This means that from now on the repository can be accessed by both Subversion (https://subversion.apache.org/) and git (https://git-scm.com/) clients.

Let's see the details!

Accessing the repository via git:
Code: [Select]
git clone https://github.com/amule-project/amule.git
Accessing the repository via svn:
Code: [Select]
svn co https://github.com/amule-project/amule/trunk amule
Subversion users should check GitHub's documentation on using Subversion (https://help.github.com/articles/support-for-subversion-clients/).
Title: Re: Repository moved
Post by: adaca on June 20, 2020, 01:02:20 PM
Is there a dependency from the KDE desktop environment (kdelibs5-dev then dozens of other KDE-related libs required)?
Shouldn't aMule be "cross-platform"?
Tying to a single desktop environment, isn't just the opposite of "cross-platform"?
Keep up the good work, and give us a chance to build it on Gnome-based systems...
Title: Re: Repository moved
Post by: Vollstrecker on June 20, 2020, 07:20:59 PM
If you give us a chance to understand what you did.
Crossplattform only means, it is useable on all plattforms, not with the same underlying technic.
Title: Re: Repository moved
Post by: Axl_Mas on February 08, 2021, 09:32:39 AM
Great news, many thanks!!!