bjam --toolset=msvc --build-type=complete stage
Create the directory lib\x86
Move the contents of stage\lib to lib\win32
Remove the directories bin.v2 and stage
See http://blog.csdn.net/wzzfeitian/article/details/40963457
cmake_minimum_required (VERSION 3.1.0)
project (Hello)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 -stdlib=libc++")随机显示一条格言
# Debian/Ubuntu
$ sudo apt-get install fortuneOpen grub file
sudo vim /etc/default/grub
locate GRUB_TIMEOUT=10 and change 10 to the time we want, then save and quit. Run:
sudo update-grub
Open grub.cfg file
| sudo apt-get install autojump | |
| sudo apt-get install ctags | |
| sudo apt-get install cmake | |
| sudo apt-get install vim | |
| sudo apt-get install build-essential |
##设置git使用代理
git config --global http.proxy http://localhost:8087
##配置ca-certificates
sudo cp ~/Goagent/local/CA.crt /usr/share/ca-certificates/goagent.crt
sudo chmod a+r /usr/share/ca-certificates/goagent.crt
sudo dpkg-reconfigure ca-certificates