-
Notifications
You must be signed in to change notification settings - Fork 31
Installation
njlr edited this page Feb 1, 2019
·
13 revisions
Buckaroo is shipped as a self-contained executable, so all you need to do is download the bundle from the releases page.
$ wget https://github.com/LoopPerfect/buckaroo/releases/download/v2.0.0/buckaroo-linux -O buckaroo
$ chmod +x ./buckaroo
$ ./buckaroo
$ wget https://github.com/LoopPerfect/buckaroo/releases/download/v2.0.0/buckaroo-macos -O buckaroo
$ chmod +x ./buckaroo
$ ./buckaroo
Buckaroo uses Buck as a packaging format and build system, so you will also need to install that. Comprehensive instructions are provided by Facebook.
However, 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
$ ./buck