MCC Universal Library for Linux (uldaq
) Configuration Environment and its customized application.
- The source codes are located in https://github.com/mccdaq/uldaq/
- Required packages (Debian and its variants) as follows
apt install autoconf libtool libusb-1.0-0-dev
This repository helps to build the uldaq
package and its customized application consistently on Linux and macOS.
By default, everything will be within /usr/local
path. It can be customized via
echo "INSTALL_LOCATION=where...." > configure/CONFIG_SITE.local
- Build
make init
make conf
make build
make install
make init
make debugconf
make build
make install
- Others
make uninstall
make clean
make distclean
Please take a look at the uldaq
for the required packages. For macOS, I use port
instead of brew
.