/uldaq-env

MCC Universal Library for Linux / macOS Configuration Environment

Primary LanguageMakefileGNU General Public License v2.0GPL-2.0

ULDAQ Configuration Environment

Debian 12 Rocky9

MCC Universal Library for Linux (uldaq) Configuration Environment and its customized application.

apt install autoconf libtool libusb-1.0-0-dev

About

This repository helps to build the uldaq package and its customized application consistently on Linux and macOS.

uldaq commands

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

Requirements

Please take a look at the uldaq for the required packages. For macOS, I use port instead of brew.