Skip to content

Commit 166e618

Browse files
committed
Update README.md
1 parent 23dfc50 commit 166e618

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ NB! If the python installer does not do it for you, please remember to add `C:\P
4545

4646
2. Run the following line in a Visual Studio 2010 command prompt
4747

48-
`scons tools --release --32 --ssl --win2008plus --extrapath="C:\OpenSSL-Win32"`
48+
`scons all --release --32 --ssl --win2008plus --extrapath="C:\OpenSSL-Win32"`
4949

5050
3. You shall see unicorns in `mongodb-ssl\mongo\build\win32\32\extrapath_C__OpenSSL-Win32\release\ssl\mongo` folder.
5151

@@ -57,6 +57,6 @@ NB! If the python installer does not do it for you, please remember to add `C:\P
5757

5858
2. Run the following line in a Visual Studio 2010 command prompt
5959

60-
`scons tools --release --64 --ssl --win2008plus --extrapath="C:\OpenSSL-Win64"`
60+
`scons all --release --64 --ssl --win2008plus --extrapath="C:\OpenSSL-Win64"`
6161

6262
3. You shall see unicorns in `mongodb-ssl\mongo\build\win32\64\extrapath_C__OpenSSL-Win64\release\ssl\mongo` folder.

0 commit comments

Comments
 (0)