How to compile ADCH++ Ubuntu 20.04 +22.04 LTS
https://sourceforge.net/p/adchpp/code/ci/default/tree/
sudo apt-get install build-essential
sudo apt-get install -y python3 python3-dev
sudo apt-get install scons
sudo apt-get install swig
sudo apt-get install ruby ruby-dev
sudo apt-get install openssl libssh-dev
sudo apt-get install mercurial
sudo apt-get install libstdc++6
sudo apt-get install -y libreadline-dev
Building:
Setup:
Run your soft executing:
sudo ./adchppd -c /etc/adchpp/config/
Latest Ubuntu 22.04 LTS comes with new version of scons(4.0.1+dfsg-2) some things got depreciated here thus we get this error:
ADCH++ is a hub software for the ADC network. It implements the ADC protocol. The core application is very simple, but extensible using plugins. Among the standard plugins there is a scripting plugin that allows hub owners to further customize the hub using several scripting languages including Lua. The core is also exposed as a Python module, thus it is possible to use it within a Python application.
https://adchpp.sourceforge.io/
https://adchpp.sourceforge.io/