Skip to content

Commit 148e073

Browse files
authored
Update QorBook.md
1 parent 2185de9 commit 148e073

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
@@ -28,8 +28,6 @@ git submodule foreach --recursive git pull origin master
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.
32-
3331
- Put C:\msvc\bin32 in your User PATH environment variable.
3432

3533
- Install [siege-tools](http://github.com/flipcoder/siege-tools) (optional)
@@ -38,6 +36,8 @@ git submodule foreach --recursive git pull origin master
3836

3937
- Run *sgmake* inside the qor main folder, OR build the solution using premake and msbuild/msvc.
4038

39+
- If you experience problems with build issues related to "xtime", 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.
40+
4141
- Now you may run qor.exe or any qor example program (separate repositories)
4242

4343
### C++

0 commit comments

Comments
 (0)