ImperialSpaceSociety / LoRaMac-node

Reference implementation and documentation of a LoRa network node.
Other
6 stars 1 forks source link

Enable Github codespaces for off-target dev #477

Open MedadRufus opened 1 year ago

MedadRufus commented 1 year ago

These are the commands I had to run on the stock image to make it build the unittests:

pip install ninja
sudo apt update
sudo apt install lcov
sudo apt-get install gcc-multilib g++-multilib
MedadRufus commented 1 year ago

will have to install an earlier version of cpputest adaptor