mirror of
https://github.com/cc65/cc65.git
synced 2025-02-02 00:35:32 +00:00
Added notes regarding 'run as administrator'.
This commit is contained in:
parent
093836686d
commit
21fc84b0ae
@ -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,10 +75,18 @@
|
|||||||
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>
|
||||||
'MSVCR100.dll' missing then you need to install the
|
<ul class="">
|
||||||
<a href="http://www.microsoft.com/en-us/download/details.aspx?id=8328">
|
<li>If you receive an error message complaining about
|
||||||
Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)</a>.
|
'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>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user