Skip to content

Commit

Permalink
Fix scons path in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sparist committed Sep 16, 2021
1 parent 72dc5b0 commit 0bf296c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/DeveloperSetupGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The following packages are required to build Omaha:
* The `OMAHA_PYTHON_DIR` is set to `C:\Python27`. Change this if you installed to a different location.
* SCons 1.3.x (Be sure to use **1.3**, the 2.0 series is not backwards-compatible!)
* Download SCons [here](http://sourceforge.net/projects/scons/files/scons/1.3.1/).
* Change this line in hammer.bat if you installed to a different location: `SCONS_DIR=C:\Python27\Lib\site-packages\scons-1.3.1`.
* Change this line in hammer.bat if you installed to a different location: `SCONS_DIR=C:\Python27\scons-1.3.1`.
* Google Software Construction Toolkit
* Get the SCT source [here](https://code.google.com/archive/p/swtoolkit/downloads), either via direct download or via SVN checkout.
* Change this line in hammer.bat if you installed to a different location: `set SCT_DIR=C:\swtoolkit`.
Expand Down

0 comments on commit 0bf296c

Please sign in to comment.