summaryrefslogtreecommitdiff
path: root/compiler/cpp/README.md
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2014-08-15 22:16:02 +0200
committerRoger Meier <roger@apache.org>2014-08-15 23:07:12 +0200
commit8720260e39c730be6803a17192b533e3fe6bcbf8 (patch)
tree09d908dc2c1dee82c4d4d3b5c1e353eb5d632b36 /compiler/cpp/README.md
parentdace6937a7c1f53c45c005f0d5d6e2851b656da6 (diff)
downloadthrift-8720260e39c730be6803a17192b533e3fe6bcbf8.tar.gz
THRIFT-2667 create Windows Installer via CPack
Signed-off-by: Roger Meier <roger@apache.org>
Diffstat (limited to 'compiler/cpp/README.md')
-rw-r--r--compiler/cpp/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler/cpp/README.md b/compiler/cpp/README.md
index 7e74b89f9..3c40809ca 100644
--- a/compiler/cpp/README.md
+++ b/compiler/cpp/README.md
@@ -23,7 +23,12 @@ Now open the folder build_ec using eclipse.
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
+
+Haskell uses C++ features not supported by mingw32 such as auto or nullptr, that's why we disable it.
## Build on windows