HAMNET-Access-Protocol / HNAP4PlutoSDR

Main transceiver application
GNU Lesser General Public License v3.0
29 stars 5 forks source link

Use environment variable for Pluto sysroot in cmake config #18

Closed dl1com closed 4 years ago

dl1com commented 4 years ago

plus an addition to .gitignore

lukasostendorf commented 4 years ago

The manual is updated in the build apps withou firmware section. We also need to update the building the firmware section. Cmake is run inside the config-firmware.sh script and will now fail when no variable is set.

It seems useful to furthermore change the config-firmware.sh script here and check for the existence of the exported ENV instead of creating a local one with the same name. If the var is not set, the script shall fail with a notification for the user.

dl1com commented 4 years ago

The manual is updated in the build apps withou firmware section. We also need to update the building the firmware section. Cmake is run inside the config-firmware.sh script and will now fail when no variable is set.

Fixed in https://github.com/HAMNET-Access-Protocol/manual.hnap.de/commit/abf6c45e83add4e383e5afeeb1b687ac380da5c5