From: Oliver Schmidt Date: Mon, 13 May 2013 14:51:35 +0000 (+0300) Subject: Take cc65-master top level directory in GitHub ZIP file into account. X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e4e8fe94b570e191eee3c4afac9a86471b5de4a5;p=cc65 Take cc65-master top level directory in GitHub ZIP file into account. --- diff --git a/getting-started.html b/getting-started.html index 83dd4962b..1aca54180 100644 --- a/getting-started.html +++ b/getting-started.html @@ -29,9 +29,10 @@

Download the current cc65 source code an unzip it to a path of your choice. - Change the current working directory to that path and enter 'make'. This - builds both the cc65 binaries (located in the subdirectory 'bin') and - the cc65 libraries. Now cc65 is fully functional without further steps. + 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.

If you want to be able to run the cc65 binaries without providing their path you may additionally enter 'sudo make install'. This creates @@ -47,27 +48,27 @@ binary and its dependencies and unzip them both to the same path of your - choice (let's presume 'c:\gnu' here). Now you have two options... + choice (let's presume 'c:\cc65\gnu' here). Now you have two options...

If you want to be able to run the cc65 binaries without providing their - path you may additionally add 'c:\cc65\bin' to your 'Path' environment - variable. + path you may additionally add 'c:\cc65\cc65-master\bin' to your 'Path' + environment variable.

+