From 5298f703c3e622e8bc32fffae7ff43a13c6c262e Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Wed, 24 Sep 2014 23:17:55 +0000 Subject: [PATCH] [Doc] Add note about running 'scons install' as Administrator on Windows --- doc/sphinx/compiling.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/sphinx/compiling.rst b/doc/sphinx/compiling.rst index c09adcb0d..43321f6c0 100644 --- a/doc/sphinx/compiling.rst +++ b/doc/sphinx/compiling.rst @@ -79,6 +79,9 @@ the full list of dependencies. (e.g. ``C:\Python27``) to your PATH. This is accessible from:: Control Panel > System and Security > System > Advanced System Settings > Environment Variables +* In order to use SCons to install Cantera to a system folder (e.g. ``C:\Program + Files\Cantera``) you must run the ``scons install`` command in a command + prompt that has been launched by selecting the *run as administrator* option. OS X ----