From fdb401bacfa527c96ff2a2285b67b0b6333afd1c Mon Sep 17 00:00:00 2001 From: minnyres <40790553+minnyres@users.noreply.github.com> Date: Sun, 12 Jun 2022 20:59:15 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4a6f20..b75371f 100644 --- a/README.md +++ b/README.md @@ -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\\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 @@ -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