Skip to content

ZeroOf/cpp_practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

introduce

all is my demo code

3rd_party install

boost

  • ./b2 install --prefix=/home/will/3rd_party hardcode-dll-paths=true dll-path="/home/will/3rd_party/lib"

protobuf

  • cmake -B build -DCMAKE_CXX_STANDARD=14 -DCMAKE_INSTALL_PREFIX=/home/will/3rd_party/ -Dprotobuf_BUILD_TESTS=OFF -Dprotobuf_BUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_RPATH="/home/will/3rd_party/lib" -DCMAKE_BUILD_TYPE=Release --fresh
  • cmake --build build --parallel 16 --config Release --target install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 107

Languages