BUILD SYSTEMS AND PACKAGE MANAGERS
Buckaroo
Article by:Geoffrey Hunter
Date Published: | |
Last Modified: |
Contents
Installation
Ubuntu
Install Linuxbrew if you don’t already have it (you probably won’t):
1
$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"
Follow the prompts. Once installed, add Linuxbrew to your path:
1 2 3
$ echo 'export PATH="/home/linuxbrew/.linuxbrew/bin:$PATH"' >>~/.profile $ echo 'export MANPATH="/home/linuxbrew/.linuxbrew/share/man:$MANPATH"' >>~/.profile $ echo 'export INFOPATH="/home/linuxbrew/.linuxbrew/share/info:$INFOPATH"' >>~/.profile
Add facebook/fb as a tap:
1
$ brew tap facebook/fb
Finally, install Buckaroo:
1
$ brew install loopperfect/lp/buckaroo
This will install Java and Ant if they are required, so this step may take a while.
Dependencies
Buckaroo only supports downloading dependencies (packages) from GitHub, GitLab or BitBucket. It does not support the use of local (file system) dependencies.
Authors

This work is licensed under a Creative Commons Attribution 4.0 International License .