Build from source#
Dependencies#
- flex 
- bison 
- gcc 
- gcc-pru 
- gnuprumcu 
- cmake 
Build#
git clone https://github.com/VedantParanjape/simpPRU.git
cd simpPRU
mkdir build
cd build
cmake ..
make
Install#
sudo make install
Generate debian package#
sudo make package