Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Root
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
为了安全,强烈建议开启2FA双因子认证:User Settings -> Account -> Enable two-factor authentication!!!
Show more breadcrumbs
cxwx
Root
Commits
ef7d2cba
Commit
ef7d2cba
authored
10 years ago
by
Anirudha Bose
Committed by
Vassil Vassilev
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Close #31: Update README.md to add CPT details
parent
180d1057
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
interpreter/cling/README.md
+15
-0
15 additions, 0 deletions
interpreter/cling/README.md
with
15 additions
and
0 deletions
interpreter/cling/README.md
+
15
−
0
View file @
ef7d2cba
...
...
@@ -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`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment