Skip to content

Installation

njlr edited this page Feb 1, 2019 · 13 revisions

Buckaroo

Portable

Buckaroo is shipped as a self-contained executable, so all you need to do is download the bundle from the releases page.

Linux

$ wget https://github.com/LoopPerfect/buckaroo/releases/download/v2.0.0/buckaroo-linux -O buckaroo
$ chmod +x ./buckaroo
$ ./buckaroo

macOS

$ wget https://github.com/LoopPerfect/buckaroo/releases/download/v2.0.0/buckaroo-macos -O buckaroo
$ chmod +x ./buckaroo
$ ./buckaroo

Windows

Download buckaroo.exe from the release page

This can also be done directly using PowerShell:

wget https://github.com/LoopPerfect/buckaroo/releases/download/v2.0.0/buckaroo-windows.exe >buckaroo.exe
./buckaroo.exe

Buck

Buckaroo uses Buck as a packaging format and build system, so you will also need to install that.

You can install Buck in a number of ways, so here is an overview of the options to help you decide:

  • Linux
  • macOS
    • Homebrew (use this tap)
    • Portable (maintained by us, see below)
  • Windows

Comprehensive instructions are provided by Facebook.

Portable

Often, the quickest way to get up and running with Buck is to use our Warp bundles. These are portable applications that you can just download and run!

Linux

# Linux
$ wget https://github.com/njlr/buck-warp/releases/download/v0.3.0/buck-2019.01.10.01-linux -O buck
$ chmod +x ./buck
$ ./buck

macOS

# macOS
$ wget https://github.com/njlr/buck-warp/releases/download/v0.3.0/buck-2019.01.10.01-osx -O buck
$ chmod +x ./buck
$ ./buck

Windows

Download buck.exe from the release page

This can also be done directly using PowerShell:

wget https://github.com/njlr/buck-warp/releases/download/v0.3.0/buck-2019.01.10.01-windows.exe >buck.exe
./buck.exe --version
Clone this wiki locally