Skip to content
Published On:
Mar 12, 2018
Last Updated:
Mar 12, 2018

Installation

Ubuntu

  1. Install Linuxbrew if you don’t already have it (you probably won’t):

    Terminal window
    $ sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"

    Follow the prompts. Once installed, add Linuxbrew to your path:

    Terminal window
    $ 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
  2. Add facebook/fb as a tap:

    Terminal window
    $ brew tap facebook/fb
  3. Finally, install Buckaroo:

    Terminal window
    $ 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.