Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Installation

TazeTSchnitzel edited this page Nov 16, 2014 · 3 revisions

Requirements

You only need NodeJS in order to use the compiler, if you don't know how to install it you can go to their donwload page and read the docs for your platform there, they have a nice documentation on that subject :)

If you use Windows it's just a setup file, if Linux, building from source is super easy so I recommend that method.

Using npm

Once node is installed you can use npm to install Blueberry by doing

npm install -g Blueberry

Without npm

If you don't want to use npm simply download the latest version or clone it git clone git://github.com/gosukiwi/Blueberry.git. Once you've got the source code, you can compile by doing bin/tea compile myFolder.

Of course, using tea this way is not very practical, so on Linux, you can symlink the tea file to your /bin directory so you can call it from anywhere with just tea, on Windows, add the path to the bin folder of the source code you downloaded to your ENV PATH so you can run tea from the command line.

Clone this wiki locally