BUILD SYSTEMS AND PACKAGE MANAGERS

Buckaroo

Article by:
Date Published:
Last Modified:

Installation

Ubuntu

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

    1
    
    $ brew tap facebook/fb
    
  3. 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

Geoffrey Hunter

Dude making stuff.

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

Tags

    comments powered by Disqus