Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
minnyres authored Jun 12, 2022
1 parent 2a628a6 commit fdb401b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The default GUI language is English. To use translations, select your language a

### Enable GeoIP

With GeoIP aMule shows the country flags of peers. To enable GeoIP, you need to download the [GeoIP data file](https://mailfud.org/geoip-legacy/GeoIP.dat.gz), 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`.
GeoIP should be automatically enabled when you run aMule for the first time. If not enabled, ensure that the value of `GeoLiteCountryUpdateUrl` is https://mailfud.org/geoip-legacy/GeoIP.dat.gz in `amule.conf`, and enable the option "Show country flags for clients" at `Preferences->Interface`.

## Build from source

Expand All @@ -37,6 +37,10 @@ Checkout the repository
git clone https://github.com/minnyres/amule-win32.git
cd amule-win32

If you need to build aMule for Windows XP, switch to the `winxp` branch

git switch winxp

Download and prepare the source code

./scripts/download_and_prepare.sh
Expand Down

0 comments on commit fdb401b

Please sign in to comment.