The not so pragmatic programmer
Search This Blog
Monday, 24 September 2012
MD5 check
To check download integrity it is useful to to a md5sum check where this number is provided:
md5sum -c #md5_file#
The md5_file defines one check on each line:
#md5_checksum# #filename#
Compile boost from source
Start the Visual Studio prompt.
Navigate to you boost folder.
Run
bootstrap.bat
to build
b2
To build 32-bit libs for VS2010 run:
b2 --toolset=msvc-10.0 --build-type=complete stage
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)