How much space does 'zopen tools' #446
Unanswered
MikeFultonDev
asked this question in
Reference
Replies: 1 comment
-
This number will change over time... It is current as of the latest tools on September 24th, 2023 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How much space does ‘zopen’ need?
TL;DR:
To install zopen with only the tools necessary to use zopen itself: ~125MB
To install basic tools (git, bash, curl, make): ~450MB
To install the tools necessary to build git from source: ~875MB
Details:
To install zopen with only the tools necessary to use zopen itself:
Base:
zopen list --installed
126636 zopen-test
8 core tools:
zopen install -y git bash curl make less ncurses perl m4
zopen list --installed
447679 zopen-test
Tools to build 'git'
git clone [email protected]:ZOSOpenTools/gitport.git
cd gitport; zopen build -sc -s # do not actually do the build, but install tools necessary to build ‘git’
zopen list --installed
874027 zopen-test
Beta Was this translation helpful? Give feedback.
All reactions