From 9ecd2f3368df7757559f9d5a14d953992458f996 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Mon, 10 Mar 2014 19:05:54 +0100 Subject: [PATCH] Replaced Win32 source build instructions with binary download instructions. --- getting-started.html | 65 ++++++++------------------------------------ index.html | 10 +------ 2 files changed, 12 insertions(+), 63 deletions(-) diff --git a/getting-started.html b/getting-started.html index 9c7fd5259..a8b6db204 100644 --- a/getting-started.html +++ b/getting-started.html @@ -47,8 +47,8 @@

Microsoft Windows

+

Download the current cc65 + snapshot and unzip it to a path of your choice that doesn't + contain spaces (let's presume 'c:\cc65' here). 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 add 'c:\cc65\bin' to your 'Path' environment + variable. +

Note: If you have used cc65 before then you need to make sure to remove all environment variables related to cc65 (like CC65_HOME).

-

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:\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\cc65-master\bin' to your 'Path' - environment variable. -

diff --git a/index.html b/index.html index e8595a09d..9467ccd39 100644 --- a/index.html +++ b/index.html @@ -74,16 +74,8 @@

Links