bool
Version:
Boolean expression evaluator
24 lines (14 loc) • 621 B
Markdown
## JavaScript
You need `node` v0.8.11 or higher, `npm` and `make` on your `PATH`. Now just run
```
make
```
## Ubuntu and Linux Mint installation
The default node package in Ubuntu 12.04 is v0.6.12, so you would need to do the following additional steps:
```
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs npm
```
## Other Linux installation
Most Linux distributions come with an old Node.js version. Read the official Node.js wiki for [instructions on how to install the latest package](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager).