diff options
author | Roger Meier <roger@apache.org> | 2014-08-17 22:24:30 +0200 |
---|---|---|
committer | Roger Meier <roger@apache.org> | 2014-08-17 22:24:30 +0200 |
commit | 311f7157a2dc5285b027cbf0bc517e9e741de687 (patch) | |
tree | fa6328c95a0ceffe9968a9bfc1f9ff92a499d674 /compiler/cpp/README.md | |
parent | 7191bc99fe3de1027f7fab21232d5bc6ed1d5db5 (diff) | |
download | thrift-311f7157a2dc5285b027cbf0bc517e9e741de687.tar.gz |
THRIFT-2571 Simplify cross compilation using CMake
fix CMake build and update README.md
Diffstat (limited to 'compiler/cpp/README.md')
-rw-r--r-- | compiler/cpp/README.md | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/compiler/cpp/README.md b/compiler/cpp/README.md index 3c40809ca..017617f3b 100644 --- a/compiler/cpp/README.md +++ b/compiler/cpp/README.md @@ -17,14 +17,9 @@ Use the following steps to build using cmake: Now open the folder build_ec using eclipse. -### Cross compile using mingw32 +### Cross compile using mingw32 and generate a Windows Installer with CPack mkdir build_mingw32 && cd build_mingw32 - cmake -DCMAKE_TOOLCHAIN_FILE=../../../contrib/mingw32-toolchain.cmake .. - make - -### Generate a Windows Installer Package of the Apache Thrift Compiler - cmake -DCMAKE_TOOLCHAIN_FILE=../../../contrib/mingw32-toolchain.cmake -DTHRIFT_COMPILER_HS=OFF .. cpack |