mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift
This commit is contained in:
commit
17d42799eb
@ -24,6 +24,10 @@ Place a copy of bison.simple in thrift/compiler/cpp
|
||||
> bison -y -o "src/thrifty.cc" --defines src/thrifty.yy
|
||||
> move src\thrifty.cc.hh src\thrifty.hh
|
||||
|
||||
Bison might generate the yacc header file "thrifty.cc.h" with just one h ".h" extension; in this case you'll have to rename to "thrifty.h".
|
||||
|
||||
> move src\windows\version.h.in src\windows\version.h
|
||||
|
||||
Download inttypes.h from the interwebs and place it in an include path
|
||||
location (e.g. thrift/compiler/cpp/src).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user