Skip to content
Snippets Groups Projects
Commit ef7d2cba authored by Anirudha Bose's avatar Anirudha Bose Committed by Vassil Vassilev
Browse files

Close #31: Update README.md to add CPT details

parent 180d1057
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,21 @@ packages and subversion[4] and git[5] to get the source code.
make
make install
```
#####Cling Packaging Tool
Cling's tree has a user-friendly, command-line utility written in Python called
Cling Packaging Tool (CPT) which can build Cling from source and generate
installer bundles for a wide range of platforms.
If you have Cling's source cloned locally, you can find the tool in
```tools/packaging``` directory. Alternatively, you can download the script
manually, or by using ```wget```:
```sh
wget https://github.com/vgvassilev/cling/raw/cpt/tools/packaging/cpt.py
chmod +x cpt.py
```
Full documentation of CPT can be found in [tools/packaging].
[tools/packaging]:https://github.com/vgvassilev/cling/tree/cpt/tools/packaging
##USAGE
To get started run: `/some/install/dir/bin/cling --help`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment