Microline Widget Library
The Initial Developer of this code under the NPL is Netscape Communications
Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape
Communications Corporation. All Rights Reserved.
Licenses:
=========
The Microline widget library was made available to Mozilla developers
under the Netscape Public License (NPL) by Neuron Data. To learn
more about Neuron Data, please visit the Neuron Data Home Page at
http://www.neurondata.com.
Software distributed under the NPL is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL for the
specific language governing rights and limitations under the NPL.
You should receive a copy of NPL with this package in the file OLD-LICENSE.
If not, it is accesible on http://www.mozilla.org/NPL/.
Current Licenses are:
* MPL 1.1 : Mozilla Public License
* LGPL 2.1 : GNU Lesser General Public License Version 2.1
* or GPL 2.0 : GNU General Public License Version 2
See for example XmL/Folder.h for details. on Licensing
Compilation:
============
General:
xmkmf -a
make
On Linux, you may have to specify additional make variables, e.g. on 64-bit Debian Squeeze:
xmkmf -a
make "EXTRA_INCLUDES=-I/usr/include/freetype2" CCOPTIONS=-fPIC SOSYMLINK=false
Installation
cp -d XmL/lib* /usr/lib
mkdir /usr/include/XmL
cp XmL/*.h /usr/include/XmL
ldconfig