Home
last modified time | relevance | path

Searched +full:- +full:dbuild_libraries (Results 1 – 3 of 3) sorted by relevance

/thrift-3.4.0/.github/workflows/
Dcmake.yml10 BUILD_DEPS: bison flex g++ libboost-all-dev libevent-dev libssl-dev make cmake
17 runs-on: ubuntu-20.04
19 - uses: actions/checkout@v3
21 - name: Install dependencies
23 sudo apt-get update -yq
24 sudo apt-get install -y --no-install-recommends $BUILD_DEPS
26 - name: Generate makefile using CMake
30 cmake .. -DBUILD_LIBRARIES=OFF
32 - name: Run make
35 cmake --build .
[all …]
/thrift-3.4.0/build/docker/msvc2017/
Dbuild-compiler.bat6 :: http://www.apache.org/licenses/LICENSE-2.0
18 :: C:\build is the out-of-tree build directory
23 :: Make and go into the out-of-tree directory
27 :: Generate the out-of-tree build files
29 -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 …]
/thrift-3.4.0/compiler/cpp/
DREADME.md3 <!-- 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 …]