Skip to content

Commit 5c9c14e

Browse files
authored
Create README-source.md
1 parent f68d6a1 commit 5c9c14e

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README-source.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Provided .cmd files will compile source code using Visual C++ or MinGW-w64 (GCC) with boost libraries.
2+
3+
4+
### How to install GCC compiler with precompiled boost libraries:
5+
https://github.com/orlp/dev-on-windows/wiki/Installing-GCC--&-MSYS2
6+
7+
### Visual Studio Community (VC++):
8+
https://www.visualstudio.com/vs/community/
9+
10+
### If you want use boost libraries with Visual Studio:
11+
Homepage: http://www.boost.org/<br>
12+
Instructions: http://www.boost.org/doc/libs/release/more/getting_started/windows.html
13+
- Download the latest version (e.g. boost_1_65_1.zip)
14+
- Extract it somewhere (e.g. C:\Program Files\boost\)
15+
- Run as Administrator: Start > Visual Studio ???? > x64 Native Tools Command Prompt for VS ????
16+
- change directory to boost root folder (cd "C:\Program Files\boost\boost_1_65_1")
17+
- run command bootstrap
18+
- run command .\b2
19+
Everything is prepared, now just set in your project settings:
20+
- C/C++ > General > Additional Include Directories to "C:\Program Files\boost\boost_1_65_1\"
21+
- Linker > Additional Library Directories to "C:\Program Files\boost\boost_1_65_1\stage\lib\"

0 commit comments

Comments
 (0)