From: Oliver Schmidt Date: Wed, 19 Feb 2014 21:33:17 +0000 (+0100) Subject: Added link to pre-built pacakges (and removed one note). X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a62106eb6abd9d2797f877a1054dd5cadb9c89b3;p=cc65 Added link to pre-built pacakges (and removed one note). --- diff --git a/getting-started.html b/getting-started.html index 07eb984cf..9c7fd5259 100644 --- a/getting-started.html +++ b/getting-started.html @@ -28,17 +28,32 @@

GNU/Linux

-

Download the - - current cc65 source code an 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. -

-

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'. +

You have two options... +

+

Microsoft Windows

Note: If you have used cc65 before then you need to make sure @@ -55,41 +70,40 @@ dependencies and unzip them both to the same path of your choice (let's presume 'c:\cc65\gnu' here). Now you have two options...