Menu

Tree [c8f996] master v3.1 /
 History

HTTPS access


File Date Author Commit
 XmL 2014-03-01 Christian Linhart Christian Linhart [6d5f72] reactivate and fix Imakefiles
 examples 2014-03-01 Christian Linhart Christian Linhart [6d5f72] reactivate and fix Imakefiles
 man 2014-02-28 Christian Linhart Christian Linhart [c7e844] Merge changes from the Microline version contai...
 CHANGES 2014-02-27 Christian Linhart Christian Linhart [b7e82e] Initial commit
 Imakefile 2014-03-01 Christian Linhart Christian Linhart [6d5f72] reactivate and fix Imakefiles
 Makefile 2014-02-28 Christian Linhart Christian Linhart [c7e844] Merge changes from the Microline version contai...
 OLD-LICENSE 2014-02-28 Christian Linhart Christian Linhart [c7e844] Merge changes from the Microline version contai...
 README 2014-03-01 Christian Linhart Christian Linhart [c8f996] Update the README with current licensing and Co...

Read Me

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
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.