Zephir-Client
Build zephir-client (for now):
-
You need to have "pyinstaller" in your machine (https://www.pyinstaller.org/)
-
You also need "git" installed
-
Start build.sh : For now this scripts does this :
- clone Tiramisu-cmd-line parser from https://framagit.org/tiramisu/tiramisu-cmdline-parser.git
- clone Tiramisu-json-api from https://framagit.org/tiramisu/tiramisu-json-api.git
- Run pyinstaller to create the "binary"
$ ./build.sh
This script provides a binary in "dist" directory
./dist/zcli -h (for help message)