Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 952 Bytes

FAQ.md

File metadata and controls

39 lines (25 loc) · 952 Bytes

Frequently Asked Questions about LCUI

If your question is not there, please check the LCUI home page http://lcui.org/ which may have more recent information.

How can I make a Unix shared library?

By default a shared (and a static) library is built for Unix. So:

	make distclean
	./configure
	make

How do I install a shared LCUI library on Unix?

After the above, then:

	make install

Where's the LCUI documentation (man pages, etc.)?

LCUI's header files have relevant information, They are in include/LCUI/ .
Examples of LCUI usage are in test/ .

I found a bug in LCUI.

Most of the time, such problems are due to an incorrect usage of LCUI. Please try to reproduce the problem with a small program and send the corresponding source to us at [email protected]. Do not send multi-megabyte data files without prior agreement.

Does LCUI infringe on any patents?

As far as we know, no.