-
Notifications
You must be signed in to change notification settings - Fork 31
Installation
You can find self-contained executables on the releases page.
Portable:
$ wget https://github.com/LoopPerfect/buckaroo/releases/download/v2.2.0/buckaroo-linux -O buckaroo
$ chmod +x ./buckaroo
$ ./buckarooWith Linuxbrew:
$ brew install loopperfect/lp/buckarooWith Homebrew:
$ brew install loopperfect/lp/buckarooOr without Homebrew:
$ wget https://github.com/LoopPerfect/buckaroo/releases/download/v2.2.0/buckaroo-macos -O buckaroo
$ chmod +x ./buckaroo
$ ./buckarooUse the Chocolatey package:
choco install buckarooDownload buckaroo.exe from the release page.
Buckaroo contains telemetry so that we know how many users we have for each platform. We generate a random UUID on first launch, and no personal information is sent. Please refer to the source-code or open an issue if you are unsure.
To completely disable this, just set the BUCKAROO_TELEMETRY_OPT_OUT environment variable to any value:
export BUCKAROO_TELEMETRY_OPT_OUT=1Buckaroo 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
- Debian package (see the Buck releases)
- Linuxbrew (use this tap)
- Portable (maintained by us, see below)
- macOS
- Homebrew (use this tap)
- Portable (maintained by us, see below)
- Windows
- Chocolatey (use this Chocolatey package)
Comprehensive instructions are provided by Facebook.
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
$ 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
$ wget https://github.com/njlr/buck-warp/releases/download/v0.3.0/buck-2019.01.10.01-osx -O buck
$ chmod +x ./buck
$ ./buckDownload 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