User Tools

Site Tools


packet:dire-wolf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
packet:dire-wolf [2023/07/23 11:28] m0ltepacket:dire-wolf [2023/10/17 07:52] – Separate Windows builds, add caveat to RPiOS builds. 2m0mqn
Line 1: Line 1:
 ====== Dire Wolf ====== ====== Dire Wolf ======
 +
 +===== Debian, Raspberry Pi OS, Ubuntu =====
 +
 +Dire Wolf packages for Debian and some Debian-derived Linux distributions are available from the 
 +[[https://online-amateur-radio-club-m0ouk.github.io/oarc-packages/|OARC Package Repository]].
 +
 +===== Windows =====
 +
  
 Binaries built from dev branch, with IL2P: Binaries built from dev branch, with IL2P:
Line 6: Line 14:
  
 1.7.0-c5ad945 for Windows x64 (23 July 2023): https://drive.google.com/uc?export=download&id=1bgNcgtwSK_Ro0qq0BzN2yn_8aUaoPgpG 1.7.0-c5ad945 for Windows x64 (23 July 2023): https://drive.google.com/uc?export=download&id=1bgNcgtwSK_Ro0qq0BzN2yn_8aUaoPgpG
 +
 +===== Standalone builds for Raspberry Pi OS =====
 +
 +Note: the packaged versions above are likely to be more recent.
  
 1.7.0-75ccf18 for Raspberry Pi OS 64 bit: https://drive.google.com/uc?id=1vW2CMlN9uaiJ48-ZfcVdtaDH3XaIHlek&export=download 1.7.0-75ccf18 for Raspberry Pi OS 64 bit: https://drive.google.com/uc?id=1vW2CMlN9uaiJ48-ZfcVdtaDH3XaIHlek&export=download
Line 110: Line 122:
 </code> </code>
  
-Build and install hamlib:+(Optional) Build and install hamlib:
 <code> <code>
 cd ~ cd ~
Line 132: Line 144:
 make test make test
 sudo make install sudo make install
 +sudo ln -s /usr/local/lib/libhamlib.so.4 /usr/lib/libhamlib.so.4
 </code> </code>
  
-From the docs, might not affect Raspberry Pi OS (I'm not a Dire Wolf user):+It works! 
 +<code> 
 +$ direwolf -t 0 
 +Dire Wolf DEVELOPMENT version 1.7 G (Jul 23 2023) 
 +Includes optional support for gpsd hamlib cm108-ptt 
 +</code>
  
-Troubleshooting tip: When running direwolf, you might see a message like this:+NB the "ln -s" above fixes the following:
  
 direwolf: error while loading shared libraries: libhamlib.so.4: cannot open shared object file: No such file or directory direwolf: error while loading shared libraries: libhamlib.so.4: cannot open shared object file: No such file or directory
  
-The reason is that libhamlib.so is in /usr/local/lib rather than the usual /usr/lib and the particular operating system does not look in the former. One solution is to define an environment variable: +The reason is that libhamlib.so is in /usr/local/lib rather than the usual /usr/lib and the particular operating system does not look in the former. 
- +
-<code> +
-export LD_LIBRARY_PATH=/usr/local/lib +
-</code> +
- +
-You will probably want to put this in your ~/.profile, or similar, file that gets run when you log in +
packet/dire-wolf.txt · Last modified: 2024/04/29 19:24 by alexswl