Note:
LineMan and LineEdit packages are
independent. This means, LineMan doesn't need LineEdit to work as well as LineEdit doesn't need LineMan.
You will probalbly need to install some external libraries (see below).
Windows:
These builds (LineMan and LineEdit) DO NOT require installation.
Just unzip and run. All the libraries are included.
Building from source:
You need
qmake in order to build LineMan and LineEdit.
Unpack the source tarball and type the following in your console:
./configure
make && make install
You can then uninstall the game simply by typing:
make uninstall
If, for some reason, you cannot or don't want to install the game (or the editor),
open file interface.h (or lineedit.h for the editor) in any text editor and comment
1 line:
//#define REQUIRE_INSTALLATION
Then type the following in your console:
./configure
make
Then simply run the game and have a nice playing.
./lineman
Dependencies:
For LineMan:
For LineEdit: