-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
boost build64 on windows #167
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,7 +85,7 @@ set ZLIB_INCLUDE="%cd%\zlib-1.2.3-src\src\zlib\1.2.3\zlib-1.2.3\" | |
::cd boost_1_58_0 | ||
call bootstrap.bat | ||
@echo build start..... | ||
bjam.exe address-model=64 --with-serialization --with-atomic --with-log --with-locale --with-iostreams --with-system --with-regex --with-thread --with-date_time --with-chrono --with-filesystem link=static threading=multi variant=release runtime-link=shared | ||
.\b2 -j8 --with-serialization --with-atomic --with-log --with-locale --with-iostreams --with-system --with-regex --with-thread --with-date_time --with-chrono --with-filesystem --build-type=complete address-model=64 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. hi, here "bjam.exe address-model=64" change to .\b2 -j8 is correct? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. of course it is correct,I test it very carefully. address-model=64 is in the last of .b2 command. |
||
cd ../jsoncpp-0.10.6 | ||
devenv ./jsoncpp_lib_static.vcxproj /Build "Release|x64" /out log.txt | ||
cd ../libevent-release-2.0.22 | ||
|
@@ -98,4 +98,4 @@ devenv ./rocketmq-client-cpp.sln /Build "Release|x64" /out log.txt | |
::devenv ./rocketmq-client-cpp.vcxproj /Rebuild "Release|x64" /out log.txt | ||
::cd .. | ||
@echo build end | ||
goto:eof | ||
goto:eof |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please change the name "boost build64 on windows" to "[ISSUE#166] Add build64 on windows "
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as you say ,I change the tittle of [ISSUE#166] to Add build64 on windows