8000 GitHub - neonsoftware/iqaudio-tools: Debian packages for the iqaudio DAQ and DAQ+ tools
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

neonsoftware/iqaudio-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iqaudio-tools

Debian packages for the iqaudio DAQ and DAQ+ tools

User Guide

Install

  1. install a standard raspbian OS on the raspberry pi
  2. Execute the following lines:
apt-get update && apt-get install -y gnupg2
curl -s --compressed "https://neonsoftware.github.io/iqaudio-tools/raspi/KEY.gpg" | apt-key add -
curl -s --compressed -o /etc/apt/sources.list.d/iqaudio.list "https://neonsoftware.github.io/iqaudio-tools/raspi/iqaudio.list"
apt update
sudo apt install iqaudio-tools

Developer Guide

Build the debian package

cd iqaudio-rotary-volume
mkdir -p build
cd build
cmake ..
cpack

Update the debian repository

cd raspi
./clean.sh
mv ../iqaudio-rotary-volume/build/*.deb .
./package.sh

About

Debian packages for the iqaudio DAQ and DAQ+ tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0