update FAQ : py amalgamate.py does not work on windows console

Chen 2020-01-20 17:32:54 +08:00
parent 8e814243c7
commit bdb1eab942

@ -54,6 +54,16 @@ Almost. We plan to be.
== error: ambiguous overload for `operator[]` in `Json::Value` == == error: ambiguous overload for `operator[]` in `Json::Value` ==
Sorry. [http://stackoverflow.com/questions/18901781/jsoncpp-ambiguous-overload-only-in-windows See discussion]. Sorry. [http://stackoverflow.com/questions/18901781/jsoncpp-ambiguous-overload-only-in-windows See discussion].
== py amalgamate.py does not work on windows console ==
How to Fix :<br>
The shebang (top line) is preventing windows from running the script correctly.<br>
Take out the shebang on windows and run the command with
```
py amalgamate.py COMMAND_LINE_ARGUMENTS
```
The script will work as expected.<br>
Thanks [https://github.com/TheMaverickProgrammer @TheMaverickProgrammer] in [https://github.com/open-source-parsers/jsoncpp/issues/1129 Issue#1129]
= Other platforms = = Other platforms =
== How do I cross-compile for ARM? == == How do I cross-compile for ARM? ==
Try ideas in issue #243: Try ideas in issue #243: