diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2018-11-14 14:53:08 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2018-11-14 14:55:00 (GMT) |
commit | 70017a9def99e537edf53ddbfea1110c7f191796 (patch) | |
tree | 9141cbc3111e3ea57488b89afb86b016efb5b5c3 | |
parent | 4fd00f2681b95dd0532f754f95f9766cad5196a4 (diff) | |
download | Ninja-70017a9def99e537edf53ddbfea1110c7f191796.zip Ninja-70017a9def99e537edf53ddbfea1110c7f191796.tar.gz Ninja-70017a9def99e537edf53ddbfea1110c7f191796.tar.bz2 |
HACKING: use `Python` for the project
-rw-r--r-- | HACKING.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ See below if you want to use mingw or some other compiler instead of Visual Studio. ##### Using Visual Studio -Assuming that you now have python installed, then the steps for building under +Assuming that you now have Python installed, then the steps for building under Windows using Visual Studio are: Clone and checkout the latest release (or whatever branch you want). You |