Skip to content

Building, installing and using

Ivailo Monev edited this page Jul 19, 2016 · 255 revisions

⚠️ This page is work in progress ⚠️

Building

  • Make use of the toolchain files
  • Learn how to take advantage of the flexible build system
  • CMake does not detect LLVM properly on Windows
  • If size matters build with MinSizeRel, LTO and no exceptions
  • Create packages via cpack or make package
  • ...

Installing

  • On Windows create NSIS package and use it
  • ...

Using

  • Watch for tools/scripts that alter environmental variables (e.g. sudo) such as LD_LIBRARY_PATH, PKG_CONFIG_PATH
  • ...

Clone this wiki locally