Added notes regarding 'run as administrator'.
This commit is contained in:
parent
093836686d
commit
21fc84b0ae
1 changed files with 16 additions and 5 deletions
|
@ -58,7 +58,10 @@
|
||||||
working directory to 'c:\cc65\cc65-master' and enter
|
working directory to 'c:\cc65\cc65-master' and enter
|
||||||
'c:\cc65\gnu\bin\make'. This builds both the cc65 binaries
|
'c:\cc65\gnu\bin\make'. This builds both the cc65 binaries
|
||||||
(located in 'c:\cc65\cc65-master\bin') and the cc65 libraries.
|
(located in 'c:\cc65\cc65-master\bin') and the cc65 libraries.
|
||||||
Now cc65 is fully functional without further steps.
|
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>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="bullet">
|
<ul class="bullet">
|
||||||
|
@ -72,11 +75,19 @@
|
||||||
current working directory to 'c:\cc65\cc65-master' and enter
|
current working directory to 'c:\cc65\cc65-master' and enter
|
||||||
'c:\cc65\gnu\bin\make lib'. This builds the cc65 libraries. Now
|
'c:\cc65\gnu\bin\make lib'. This builds the cc65 libraries. Now
|
||||||
cc65 is fully functional without further steps.<br/>
|
cc65 is fully functional without further steps.<br/>
|
||||||
<u>Note:</u> If you receive an error message complaining about
|
<u>Notes:</u>
|
||||||
|
<ul class="">
|
||||||
|
<li>If you receive an error message complaining about
|
||||||
'MSVCR100.dll' missing then you need to install the
|
'MSVCR100.dll' missing then you need to install the
|
||||||
<a href="http://www.microsoft.com/en-us/download/details.aspx?id=8328">
|
<a href="http://www.microsoft.com/en-us/download/details.aspx?id=8328">
|
||||||
Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)</a>.
|
Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)</a>.
|
||||||
</li>
|
</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>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
<p>If you want to be able to run the cc65 binaries without providing their
|
<p>If you want to be able to run the cc65 binaries without providing their
|
||||||
|
|
Loading…
Add table
Reference in a new issue