https://github.com/couchbase/couchbase-build-dependencies
install dependencies required for building couchbase server
https://github.com/couchbase/couchbase-build-dependencies
Last synced: 9 months ago
JSON representation
install dependencies required for building couchbase server
- Host: GitHub
- URL: https://github.com/couchbase/couchbase-build-dependencies
- Owner: couchbase
- Created: 2012-11-30T18:18:47.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-28T05:13:06.000Z (over 13 years ago)
- Last Synced: 2023-08-03T07:52:57.338Z (almost 3 years ago)
- Language: Shell
- Size: 145 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
couchbase-build-dependencies
usage :
python ./install-deps.py -i /opt/couchbase -t /tmp/
this tool detects which operating system the user runs this tool on and finds the best
match based on the projects listed in the dependencies.json file
by default this tool downloads the dependencies from web location but if you
want to override the web location with local directory you can use -d option
all the dependencies are built with /opt/couchbase as prefix
for each dependencies you will also find a build-* file which describes the steps that
the build engineer or developers need to follow in order to generate those binaries from
the source code.