-
Notifications
You must be signed in to change notification settings - Fork 10
Installation
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.
Once node is installed you can use npm to install Blueberry by doing
npm install -g Blueberry
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.