Updated Compile from source in Linux (markdown)

master
Edouard Griffiths 2021-05-04 17:43:21 +02:00
rodzic 0c83fc6870
commit 0a4ac1d6ec
1 zmienionych plików z 1 dodań i 1 usunięć

@ -143,7 +143,7 @@ make -j $(nproc) install
You can choose to compile only the plugins corresponding to your hardware. In the final step to build SDRangel specify only the directories that correspond to your hardware.
For those installations instructions that include something similar to: <code>-DINSTALL_UDEV_RULE=OFF</code> this will not install the [udev](https://wiki.debian.org/udev) rules (since you aren't running as root), but this may cause the hardware not to function if this is the first time you are installing that specific library.
For those installations instructions that include something similar to: <code>-DINSTALL_UDEV_RULE=OFF</code> this will not install the [udev](https://wiki.debian.org/udev) rules (since you aren't running as root), but this may cause the hardware not to function if this is the first time you are installing that specific library. You can find how to install the udev rules in the [Quick start](https://github.com/f4exb/sdrangel/wiki/Quick-start#linux-udev-rules)
Specific versions of packages listed are the ones developers have tested, and are known to work. If you use more up to date versions you are basically on your own.