Building and installing PMS
===========================

Build requirements:

* ncurses
* gettext
* intltoolize
* autotools

The following commands will set up the build environment:

```
intltoolize --force
aclocal -I m4
autoreconf --force --install --verbose
```

Then, you can do the usual:

```
./configure
make clean
make
sudo make install
```
