Skip to content

terrywh/cpp-xbond

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

编译安装 (Compile & Install)

  1. 安装依赖:
boost >= v1.75
openssl >= 1.0
  1. 安装 xmake 构建工具 (Install xmake build utility)
bash <(curl -fsSL https://xmake.io/shget.text) # curl
bash <(wget https://xmake.io/shget.text -O -)  # wget
  1. 配置构建 (Setup and build)
xmake --mode=debug/release/releasedbg --vendor-boost=/path/to/boost --vendor-openssl=/path/to/openssl
  1. 安装 (Install)
xmake install -o /target/path/to/install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published