]> git.sur5r.net Git - cc65/commitdiff
Added notes regarding 'run as administrator'.
authorOliver Schmidt <ol.sc@web.de>
Fri, 28 Jun 2013 20:25:26 +0000 (22:25 +0200)
committerOliver Schmidt <ol.sc@web.de>
Fri, 28 Jun 2013 20:25:26 +0000 (22:25 +0200)
getting-started.html

index f58f236d6a6b24f21feb5829877ad65393297b00..5974cf07b1a42cd4105c79e7689132f91401decc 100644 (file)
              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.
+             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>
        </ul>
        <ul class="bullet">
              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>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>.
+             <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>
        </ul>
     </p>