OSDN Git Service

Readded `--disable-japanese` to command in english readme
authorMaurycy Zarzycki <maurycy@evidentlycube.com>
Thu, 6 Oct 2022 13:44:30 +0000 (15:44 +0200)
committerMaurycy Zarzycki <maurycy@evidentlycube.com>
Thu, 6 Oct 2022 13:44:30 +0000 (15:44 +0200)
readme-eng.md

index 67d0476..e1bdcfb 100644 (file)
@@ -34,14 +34,14 @@ Download the latest version of the source files from [Releases](https://github.c
 ```
 tar -jxvf hengband-x.x.x.tar.bz2
 cd hengband-x.x.x
-./configure
+./configure --disable-japanese
 make install
 ```
 
 **Please note:**
 
  * Replace `x.x.x` with the downloaded version's number.
- * `--disable-japanese` option is required to build English version.
+ * `--disable-japanese` is required to build English version, remove it if you want to build Japanese version.
 
 To run in ASCII mode: