OSDN Git Service

Added link to 1.6.2 changes on the source code page.
[hengbandforosx/web.git] / HengbandSourceCode.html.en
index 65dabc2..8c59245 100644 (file)
@@ -8,13 +8,19 @@
 
   <BODY>
     <H1>Hengband Application for Mac OS X</H1>
-    <P><A HREF="index.html.en">Binaries</A> | <A HREF="HengbandEnglishScreenshot.html.en">English screen shot</A> | <A HREF="HengbandJapaneseScreenshot.html.en">Japanese screen shot</A> | <A HREF="HengbandFeedback.html.en">Feedback</A> | Source code | <A HREF="HengbandChangeLog.html.en">Changes</A>
+    <P><A HREF="index.html.en">Binaries</A> | <A HREF="HengbandEnglishScreenshot.html.en">English screen shot</A> | <A HREF="HengbandJapaneseScreenshot.html.en">Japanese screen shot</A> | <A HREF="HengbandFeedback.html.en">Feedback</A> | Source code | <A HREF="HengbandChangeLog.html.en">2.2.1.7 Changes</A> | <A HREF="HengbandChangeLog-1-6-2.html.en">1.6.2 Changes</A>
     <H1>Source Code</H1>
       <P>If you want to compile the code yourself or examine the changes I
         made, you can either get one of the packaged source code archives,
-        <A HREF="https://osdn.net/projects/hengbandforosx/downloads/72653/hengband-2.2.1.7d.tar.gz/">hengband-2.2.1.7d.tar.gz</A> is the latest, from
+        <A HREF="https://osdn.net/projects/hengbandforosx/downloads/73258/hengband-2.2.1.7e.tar.gz/">hengband-2.2.1.7e.tar.gz</A> is the latest for the
+        version based on Hengband 2.2.1.7 and
+        <A HREF="https://osdn.net/projects/hengbandforosx/downloads/72742/hengband-1.6.2a.tar.gz/">hengband-1.6.2a.tar.gz</A> is the latest for the
+        version based on Hengband 1.6.2, from
         <A HREF="https://osdn.net/projects/hengbandforosx/releases/">https://osdn.net/projbects/hengbandforosx/releases/</A>
         or clone the git repository, git://git.osdn.net/gitroot/hengbandforosx/hengbandosx.git .
+        Within the git repository, the master branch corresponds to the
+        version based on 2.2.1.7 and the version-1-6-2 branch corresponds to
+        the version based on 1.6.2.
       <P>If you cloned the git repository and want to compile the code, you'll
        first need to create the configure script and some of the files it uses.
        To do so, run this command in the top-level directory of the directory
@@ -40,7 +46,8 @@
         information from the lib subdirectory there.  To get the Japanese
         version, do not specify <CODE>--disable-japanese</CODE> when running
         configure.  Compilation of the Japanese version requires the utility,
-        nkf.  Source code for that utility is available from
+        nkf, unless you are building the code based on Hengband 1.6.2.
+        Source code for that utility is available from
         <A HREF="https://osdn.net/projects/nkf/">https://osdn.net/projects/nkf/</A>.
       <P>Eventually, the hope is that the changes made here will be
         incorporated into the standard version of Hengband and you can get