Git Product home page Git Product logo

amule-win32's Introduction

amule-win32

aMule is an eMule-like client for the eDonkey and Kademlia networks. This repository distributes my personal aMule build for Windows.

Install

Download the binary files at the releases page. There is no need to install. Just extract and use it.

Usage

Use translations

The default GUI language is English. To use translations, select your language at Preferences->General->Language.

Enable GeoIP

With GeoIP aMule shows the country flags of peers. To enable GeoIP, you need to download the GeoIP data file, extract it and place it in aMule's configuration folder, which should be C:\Users\<USER_NAME>\AppData\Roaming\aMule in most cases. Then, enable the option "Show country flags for clients" at Preferences->Interface.

Build from source

I build aMule for Windows by cross compiling with Mingw-w64 GCC on GNU/Linux. To compile from source yourself, you need to work on a GNU/Linux system, with these packages installed:

  • g++
  • autoconf
  • automake
  • autopoint
  • make
  • patch
  • bison
  • flex
  • gawk
  • texinfo
  • libtool
  • git
  • wget
  • gettext
  • p7zip-full
  • ccache

Checkout the repository

git clone https://github.com/minnyres/amule-win32.git
cd amule-win32

Build the Mingw-w64 cross toolchain:

cd scripts
./mingw32_cross.sh

Build aMule

ARCH=x86 ./amule-2.3.3.sh

This will create a temporary working directory amule-build-win32. The build package is archived in the 7-Zip file amule-2.3.3-win32.7z.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.