cake
/
libcasio
Archived
1
1
Fork 0
This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
libcasio/docs/install.rst

1.0 KiB

Installation guide

libcasio is either built as a static or shared library, and is made to be interfaced with C programs. The method of installing or building depends on the system you're using: pick the one that fits yours!

POSIX systems (manual build)

To configure, use ./configure <options>. Options are used as --<name>=<value>. The following are some build options:

--target=<target>

The target for which to produce the library (by default, native).

--static

Produce a static library (by default, shared).

--windows

Use the Windows versions of the final formats (dll instead of elf, lib instead of coff).

--no-log, --loglevel=<level>:

If we should include debugging content (but keep the interface), and if yes, what the default library log level. See logging for more information.

--maintainer

Alias for --loglevel=info, also introduces more compilation warnings.

Other options are packaging options (todo: add more info about them here).