Searched +full:- +full:dbuild_libraries (Results 1 – 3 of 3) sorted by relevance
10 BUILD_DEPS: bison flex g++ libboost-all-dev libevent-dev libssl-dev make cmake17 runs-on: ubuntu-20.0419 - uses: actions/checkout@v321 - name: Install dependencies23 sudo apt-get update -yq24 sudo apt-get install -y --no-install-recommends $BUILD_DEPS26 - name: Generate makefile using CMake30 cmake .. -DBUILD_LIBRARIES=OFF32 - name: Run make35 cmake --build .[all …]
6 :: http://www.apache.org/licenses/LICENSE-2.018 :: C:\build is the out-of-tree build directory23 :: Make and go into the out-of-tree directory27 :: Generate the out-of-tree build files29 -DBOOST_ROOT=C:\Libraries\boost_1_69_0^30 -DBOOST_LIBRARYDIR=C:\Libraries\boost_1_69_0\lib64-msvc-14.1^31 -DBUILD_LIBRARIES=OFF^32 -DCMAKE_BUILD_TYPE=Release^33 -DCMAKE_INSTALL_PREFIX=C:\install^34 -DWITH_MT=ON^[all …]
3 <!-- TOC -->5 - [Build Thrift IDL compiler using CMake](#build-thrift-idl-compiler-using-cmake)6 - [Build on Unix-like System](#build-on-unix-like-system)7 - [Prerequisites](#prerequisites)8 - [Build using CMake](#build-using-cmake)9 - [Build with Eclipse IDE](#build-with-eclipse-ide)10 - [Build with XCode IDE in MacOS](#build-with-xcode-ide-in-macos)11 - [Usage of other IDEs](#usage-of-other-ides)12 - [Build on Windows](#build-on-windows)13 - [Prerequisites](#prerequisites-1)[all …]