Skip to content

Commit 089bf36

Browse files
authored
Update QorBook.md
1 parent 52c28e6 commit 089bf36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

QorBook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ git submodule foreach --recursive git pull origin master
2222

2323
- Make sure you have the newest Visual Studio.
2424

25-
- [Download the dependencies here](https://dl.dropboxusercontent.com/u/119549/qor_libs_win32.zip)
25+
- [Download the dependencies here](https://www.dropbox.com/s/nywjkhof2v50zqe/qor_libs_win32.zip?dl=0p)
2626

2727
- Run all the installers included (use the default paths) and put the msvc and gtkmm folder into C:\.
2828

2929
- Install python 2.7 32-bit and use the default install location.
3030

31-
- Edit this file (as admin) C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\includemutex. On the line that says “unique_lock(_Mutex& _Mtx, const xtime *_Abs_time)” change xtime to ::xtime. On line that says “bool try_lock_until(const xtime *_Abs_time)” change xtime to ::xtime.
31+
- Edit this file (as admin) C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\includemutex. On the line that says “unique_lock(_Mutex& _Mtx, const xtime *_Abs_time)” change xtime to ::xtime. On line that says “bool try_lock_until(const xtime *_Abs_time)” change xtime to ::xtime.
3232

3333
- Put C:\msvc\bin32 in your User PATH environment variable.
3434

0 commit comments

Comments
 (0)