LCDBUILDER
==========
Written by Oliver Erler (xmarvel@users.sourceforge.net)
Project homepage: http:
Sourceforge homepage: http:
See the file COPYING for license information.
DISCLAIMER
----------
THIS IS EXPERIMENTAL SOFTWARE AND HARDWARE. USE AT YOUR OWN RISK.
THE DEVELOPER(S) OF THIS SOFTWARE AND HARDWARE CAN NOT BE HELD LIABLE UNDER ANY CIRCUMSTANCES FOR
DAMAGE TO HARDWARE OR SOFTWARE, LOST DATA, OR OTHER DIRECT OR INDIRECT DAMAGE RESULTING FROM THE
USE OF THIS SOFTWARE OR HARDWARE. IF YOU DO NOT AGREE TO THESE CONDITIONS, YOU ARE NOT PERMITTED
TO USE OR FURTHER DISTRIBUTE THIS SOFTWARE OR TO USE ANY TEMPLATES FOR BUILDING HARDWARE PRESENTED HERE.
DESCRIPTION
-----------
LCD Builder is a program where you can freely compose different information (CPU, Memory, Uptime etc.)
with the help of a graphical user Interface. After composing the information you can easily display
them on an external lcd (liquid crystal display)
REQUIREMENTS
------------
Qt >= 4.2
CMake >= 2.4
OPTIONAL
--------
serdisplib >= 1.96
libXext >= 1.0.1
INSTALLATION
------------
Create a new folder and change to it after that run cmake && make:
mkdir build
cd build
cmake .. && make
make install
If you have trouble to find Qt4 export the path to the location of qmake:
export PATH="$PATH:/location/of/qmake"