Build SvxLink on Raspberry — aide-mémoire


            

This is not really a post, but mostly a reminder with some information to help me remember the steps. Meanwhile I wrote a much more extensive documentation here, on my wiki (in romanian). And I think I also made a video tutorial but I have to upload it to YouTube.

  1. Load packages
      1. sudo apt update
      2. sudo apt install g++ cmake make libsigc++-2.0-dev libgsm1-dev libpopt-dev tcl8.5-dev libgcrypt20-dev libspeex-dev libasound2-dev libopus-dev librtlsdr-dev doxygen groff alsa-utils vorbis-tools curl libcurl4-openssl-dev git rtl-sdr libcurl4-openssl-dev
  2. Create svxlink user and add to groups
      1. sudo useradd -rG audio,plugdev,gpio svxlink
  3. Download the software from Github and compile
      1. git clone http://github.com/sm0svx/svxlink.git
      2. mkdir svxlink/src/build
      3. cd svxlink/src/build
      4. cmake -DUSE_QT=OFF -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONF_INSTALL_DIR=/etc -DLOCAL_STATE_DIR=/var -DWITH_SYSTEMD=ON ..
      5. make -j4
      6. make doc
      7. sudo make install
      8. sudo ldconfig

More info:

Build SvxLink on Orange Pi — aide-mémoire

This is mostly a memory helper, to remind me some steps in the setup of Svxlink on Orange Pi Load packages sudo apt update sudo apt install g++ cmake make libsigc++-2.0-dev libgsm1-dev libpopt-dev tcl8.5-dev libgcrypt20-dev libspeex-dev libasound2-dev libopus-dev librtlsdr-dev doxygen groff alsa-utils vorbis-tools curl libcurl4-openssl-dev git rtl-sdr libcurl4-openssl-dev Create svxlink user and add to groups […]

First steps with Orange Pi

This is rather a reminder, not a real post. This is a collection of links to help me in my quest to control this device.

Comments are closed.