diff options
author | Jordan Justen <jordan.l.justen@intel.com> | 2014-04-02 15:42:18 -0700 |
---|---|---|
committer | Jordan Justen <jordan.l.justen@intel.com> | 2014-04-02 15:45:58 -0700 |
commit | e31359ba70b696a2c3cfbc9bbb1bdf962e015dc5 (patch) | |
tree | 218f77f9e489204c8064040ff9aed36aec027d19 /README | |
parent | f3da3082b5a5fd083f33d73fbb5e6bb8928c01ef (diff) |
windows: add instructions for installing mako
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -141,6 +141,12 @@ C:\Program Files\Microsoft Visual Studio 10.0\VC\include\GL Download freeglut for MSVC. http://www.transmissionzero.co.uk/software/freeglut-devel +Install pip. +http://www.pip-installer.org/en/latest/installing.html + +Install python mako. + > c:\Python27\Scripts\pip.exe install mako + Open Visual Studio Command Prompt. Start Menu->All Programs->Microsoft Visual Studio 2010->Visual Studio Tools->Visual Studio Command Prompt (2010) CD to piglit directory. |