X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=readme-eng.md;h=55f8cc77d2dc678b67eddab7a724324b41149c2a;hb=1019bb1dec530cc625e045a3224ae269e013d9fe;hp=f23b5490c5cffdd33757dcfd32368f4fda32a075;hpb=aca0f4d5a396fe2c17b889f10044b617e4508629;p=hengbandforosx%2Fhengbandosx.git diff --git a/readme-eng.md b/readme-eng.md index f23b5490c..55f8cc77d 100644 --- a/readme-eng.md +++ b/readme-eng.md @@ -1,4 +1,6 @@ -# Caution +# Introduction + +* [日本語](/readme.md) This readme is very old, so I will update it later. @@ -8,23 +10,29 @@ This readme is very old, so I will update it later. Download source archive and try... -> tar -zxvf hengband-x.x.x.tar.gz -> cd hengband-x.x.x -> ./configure --disable-japanese -> make install +``` +tar -zxvf hengband-x.x.x.tar.gz +cd hengband-x.x.x +./configure --disable-japanese +make install +``` Substitute the version number to x.x.x. You need --disable-japanese option of the configure for English version. If you are a super user, --with-setgid=games option works. then try -> ./hengband -- -n ## for normal ASCII graphics +``` +./hengband -- -n ## for normal ASCII graphics +``` or -> ./hengband -g -- -n<# of windows> ## for 8x8 tile graphics -> ./hengband -g -- -b -n<# of windows> ## for Bigtile graphics -> ./hengband -g -- -a -n<# of windows> ## for 16x16 tile (need heng_graf.tar.gz) +``` +./hengband -g -- -n<# of windows> ## for 8x8 tile graphics +./hengband -g -- -b -n<# of windows> ## for Bigtile graphics +./hengband -g -- -a -n<# of windows> ## for 16x16 tile (need heng_graf.tar.gz) +``` to play. @@ -33,8 +41,10 @@ variables. Ex. -> setenv ANGBAND_X11_FONT '-*-*-medium-r-normal--24-*-*-*-*-*-iso8859-1' -> hengband -- -n +``` +setenv ANGBAND_X11_FONT '-*-*-medium-r-normal--24-*-*-*-*-*-iso8859-1' +hengband -- -n +``` Then font size will be changed.