mirror of
https://github.com/cc65/cc65.git
synced 2025-01-21 15:32:41 +00:00
Added link to pre-built pacakges (and removed one note).
This commit is contained in:
parent
00bd60b622
commit
a62106eb6a
@ -28,17 +28,32 @@
|
||||
</li>
|
||||
</ul>
|
||||
<h2><a name="GNU">GNU/Linux</a></h2>
|
||||
<p>Download the
|
||||
<a href="https://github.com/oliverschmidt/cc65/archive/master.zip">
|
||||
current cc65 source code</a> 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.
|
||||
</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'.
|
||||
<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>
|
||||
<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'.
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="bullet">
|
||||
<li>
|
||||
<p>Download pre-built packages for RPM based systems (OpenSUSE) or
|
||||
DEB based systems (Debian) from the
|
||||
<a href="http://software.opensuse.org/download.html?project=home%3Astrik&package=cc65">
|
||||
openSUSE Build Service download page for cc65</a>.
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</p>
|
||||
<h2><a name="Windows">Microsoft Windows</a></h2>
|
||||
<p><u>Note:</u> If you have used cc65 before then you need to make sure
|
||||
@ -55,41 +70,40 @@
|
||||
dependencies</a> and unzip them both to the <u>same</u> path of your
|
||||
choice (let's presume 'c:\cc65\gnu' here). Now you have two options...
|
||||
<ul class="bullet">
|
||||
<li>Build the cc65 binaries using Microsoft Visual C++ 2010 Express:
|
||||
<br/>
|
||||
Open a 'Visual Studio Command Prompt (2010)', change the current
|
||||
working directory to 'c:\cc65\cc65-master' and enter
|
||||
'c:\cc65\gnu\bin\make'. This builds both the cc65 binaries
|
||||
(located in 'c:\cc65\cc65-master\bin') and the cc65 libraries.
|
||||
Now cc65 is fully functional without further steps.<br/>
|
||||
<u>Note:</u> If you receive an error message complaining about
|
||||
a permission denied then you need to run the Visual Studio
|
||||
Command Prompt as administrator.
|
||||
<li>
|
||||
<p>Build the cc65 binaries using Microsoft Visual C++ 2010 Express:
|
||||
<br/>
|
||||
Open a 'Visual Studio Command Prompt (2010)', change the current
|
||||
working directory to 'c:\cc65\cc65-master' and enter
|
||||
'c:\cc65\gnu\bin\make'. This builds both the cc65 binaries
|
||||
(located in 'c:\cc65\cc65-master\bin') and the cc65 libraries.
|
||||
Now cc65 is fully functional without further steps.
|
||||
</p>
|
||||
<p><u>Note:</u> If you receive an error message complaining about
|
||||
a permission denied then you need to run the Visual Studio
|
||||
Command Prompt as administrator.
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="bullet">
|
||||
<li>Use prebuilt cc65 binaries:
|
||||
<br/>
|
||||
Download the
|
||||
<a href="http://sourceforge.net/projects/cc65/files/latest/download">
|
||||
latest cc65 binaries</a> for Microsoft Windows and unzip the them to
|
||||
'c:\cc65\cc65-master'. Rename the directory 'c:\cc65\cc65-master\drop'
|
||||
to 'c:\cc65\cc65-master\bin'. Open a Command Prompt, change the
|
||||
current working directory to 'c:\cc65\cc65-master' and enter
|
||||
'c:\cc65\gnu\bin\make lib'. This builds the cc65 libraries. Now
|
||||
cc65 is fully functional without further steps.<br/>
|
||||
<u>Notes:</u>
|
||||
<ul class="">
|
||||
<li>If you receive an error message complaining about
|
||||
'MSVCR100.dll' missing then you need to install the
|
||||
<a href="http://www.microsoft.com/en-us/download/details.aspx?id=8328">
|
||||
Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)</a>.
|
||||
</li>
|
||||
<li>If you receive an error message saying 'Cannot create temporary
|
||||
file: Permission denied' then you need to run the Command Prompt
|
||||
as administrator.
|
||||
</li>
|
||||
</ul>
|
||||
<li>
|
||||
<p>Use prebuilt cc65 binaries:
|
||||
<br/>
|
||||
Download the
|
||||
<a href="http://sourceforge.net/projects/cc65/files/latest/download">
|
||||
latest cc65 binaries</a> for Microsoft Windows and unzip the them to
|
||||
'c:\cc65\cc65-master'. Rename the directory 'c:\cc65\cc65-master\drop'
|
||||
to 'c:\cc65\cc65-master\bin'. Open a Command Prompt, change the
|
||||
current working directory to 'c:\cc65\cc65-master' and enter
|
||||
'c:\cc65\gnu\bin\make lib'. This builds the cc65 libraries. Now
|
||||
cc65 is fully functional without further steps.
|
||||
</p>
|
||||
<p><u>Note:</u>
|
||||
If you receive an error message complaining about 'MSVCR100.dll'
|
||||
missing then you need to install the
|
||||
<a href="http://www.microsoft.com/en-us/download/details.aspx?id=8328">
|
||||
Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)</a>.
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user