Skip to content
This repository was archived by the owner on Apr 24, 2018. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 597 Bytes

Build.md

File metadata and controls

25 lines (16 loc) · 597 Bytes

How to build

Cloning

Please clone this repo and also (recursively) clone all submodules, because e.g. the PHP-SDK is a git submodule.

Creating add-on

Just execute the included build script:

$ build.sh

You can pass -h to it to see the help.

For the script to work you must have rpl, uglifyjs and 7zip installed.

Creating PHPDOC

If you want you can create a PHPdoc of this.

Just run this on your command line:

$ php <phpdoc.phar> -t src/libary/ThreemaGateway -d build/phpdoc