From: Oliver Schmidt Date: Mon, 13 May 2013 14:32:25 +0000 (+0300) Subject: Added Getting Started page. X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d36e18c2c4ae37171d87f04d7aa2344f50a57073;p=cc65 Added Getting Started page. --- diff --git a/getting-started.html b/getting-started.html new file mode 100644 index 000000000..83dd4962b --- /dev/null +++ b/getting-started.html @@ -0,0 +1,83 @@ + + + + cc65 - Getting Started + + + + + +

Getting Started

+ +

Content

+ +

GNU/Linux

+

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

+

If you want to be able to run the cc65 binaries without providing their + path you may additionally enter 'sudo make install'. This creates + symbolic links to the binaries in '/usr/local/bin'. +

+

Windows

+

Download the + + current cc65 source code and unzip it to a path of your choice that + doesn't contain spaces (let's presume 'c:\cc65' here). Download + the 'Make for Windows' + + 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... +

+ +

+

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

+ +