aMule Forum
English => aMule News => Topic started 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:
git clone https://github.com/amule-project/amule.git
Accessing the repository via svn:
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/).
-
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...
-
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.
-
Great news, many thanks!!!