How to Install SdrGlut on Ubuntu 23.10.

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ต.ค. 2024
  • The video shows How to Install SdrGlut on Ubuntu 23.10.
    I installed "obs-studio" to do the video capture - very nice.
    I installed "geany" because the default editor will not do a copy and paste.
    The command used were -
    sudo apt install obs-studio -y
    sudo apt-get install geany
    sudo apt-get update
    sudo apt-get upgrade
    sudo apt-get install build-essential
    sudo apt-get install libsoapysdr-dev
    sudo apt-get install libopenal-dev
    sudo apt-get install libliquid-dev
    sudo apt-get install freeglut3-dev
    sudo apt-get install libalut-dev
    sudo apt-get install libsndfile1-dev
    sudo apt-get install librtaudio-dev
    sudo apt-get install git
    cd ~/Desktop
    git clone --depth=1 github.com/rig...
    cd SdrGlut
    make -f makefileUbunta
    (reboot)
    setenv SOAPY_SDR_ROOT /usr/
    ./sdrglut.x

ความคิดเห็น • 2

  • @cozycactus
    @cozycactus 11 หลายเดือนก่อน

    you are not following best practices

    • @daleranta1012
      @daleranta1012  11 หลายเดือนก่อน

      That is a vague statement - I do not know what you mean. I try to give the people all the information that they need and I include it with the video - that seems the best practice to me.