This contribution adds Line A support to libcmini in case you do not have MiNTLib installed. It is nothing but a recent copy from MiNTLib.
To add these functions and the include file to your libcmini, simply follow these steps:
- Enter your libcmini directory.
- Copy
linea.c
andlinea.h
to the libcmini source:
$ make -C contrib/linea install
- Compile and install libcmini:
$ make all install
(or whatever you run to compile and install) - Remove
linea.c
andlinea.h
from the libcmini source:
$ make -C contrib/linea uninstall