]> git.sur5r.net Git - cc65/commitdiff
Moved from tarball to git clone.
authorOliver Schmidt <ol.sc@web.de>
Wed, 2 Apr 2014 16:55:09 +0000 (18:55 +0200)
committerOliver Schmidt <ol.sc@web.de>
Wed, 2 Apr 2014 16:56:01 +0000 (18:56 +0200)
Rather recommend to do a 'git clone' than downloading a tarball because a local git repo is a prerequisite for automatic Git commit hash embedding.

getting-started.html

index a8b6db2049fa87f98495480a028999e2c90617b2..7f2f54ac22a558a864ac2d80ef9816734bfea817 100644 (file)
     <p>You have two options...
       <ul class="bullet">
         <li>
-          <p>Download the
-             <a href="https://github.com/oliverschmidt/cc65/archive/master.zip">
-             current cc65 source code</a> and unzip it to a path of your
-             choice. Change the current working directory to the 'cc65-master'
-             subdirectory of that path and enter 'make'. This builds both the
-             cc65 binaries (located in the 'bin' subdirectory) and the cc65
-             libraries. Now cc65 is fully functional without further steps.
+          <p>Change the current working directory to a path of your choice and
+             enter...
+          </p>
+          <p>
+            <kbd>git clone https://github.com/cc65/cc65.git<br>
+                  cd cc65<br>
+                  make<br>
+            </kbd>
+          </p>
+          <p>This builds both the cc65 binaries (located in the 'bin'
+             subdirectory) and the cc65 libraries. Now cc65 is fully functional
+             without further steps.
           </p>
           <p>If you want to be able to run the cc65 binaries without providing
-             their path you may additionally enter 'sudo make avail'. This
-             creates symbolic links to the binaries in '/usr/local/bin'.
+             their path you may additionally enter <kbd>sudo make avail</kbd>.
+             This creates symbolic links to the binaries in '/usr/local/bin'.
           </p>
         </li>
        </ul>