Skip to content
Snippets Groups Projects

Zephir-Client

In order to install or build, you need to have (ubuntu package names are given):

Install zephir-client as python script (recommended) :

  • run "sudo ./install.sh"

  • This script does install :

    • tiramisu-cmdline-parser and tiramisu-json-api python libraries (cloned from repository)
    • zephir-client python libraries
    • zephir-client python script as /usr/local/bin/zcli

Build zephir-client binary (alternate method) :

$ sudo ./build.sh

This script provides a zcli binary in "dist" directory. It can be copied and run on a different system as long as glibc version is compatible

Usage

  • run "zcli -h" (or "zcli --help") for more information.