udoprog / c10t

A minecraft cartography tool
Other
225 stars 50 forks source link

Static linking of libraries #211

Closed Sworddragon closed 12 years ago

Sworddragon commented 12 years ago

I don't know if this already possible in a simple way but I would prefer to link libboost static on compiling. If this already is possible there should maybe some information in README.md how to do this.

Hawk777 commented 12 years ago

c10t's CMakeLists already calls to use the Boost static libraries and not the dynamic libraries, which irritated me since my distro by default only installs the dynamic libraries. An option might be nice!

Sworddragon commented 12 years ago

I have tested the latest commit and the libraries was linked automatically static.