¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: Quisk Version 4.1.48 November 2019


Sid Boyce
 

Presumably you downloaded the tar.gz file to somewhere, /home/pi/Downloads perhaps.
I downloaded quisk-4.1.47.tar.gz? (or quisk-4.1.48.tar.gz)
cd /opt
tar zxfv /home/pi/Downloads/quisk-4.1.47.tar.gz
cd quisk-4.1.47

The libcodec* files in quisk-4.1.47/freedvpkg/ are not ARM files so remove them

make sure subversion and git are installed.
apt-get install libspeexdsp-dev libsamplerate0-dev

svn co
cd codec2-dev
mkdir build
cd build
cmake ..
make -j 4 && make install

cp -p /usr/local/lib/libcodec2* /opt/quisk-4.1.47/freedvpkg/
cd /opt/quisk-4.1.47

For python2.7
-------------------------
make -j 4
python setup.py install

Or using python3
---------------------------------
make -j 4 quisk3
python3 setup.py install
73 ... Sid.

On 05/11/2019 20:49, Jim Reagan wrote:
I have a real basic (stupid) question: where are all the quisk files on my Raspberry Pi?? I loaded the program on Sunday, it runs, but where? On the older version, they were out in the open.
Thanks,
Jim R.
--
Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
Senior Staff Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks

Join [email protected] to automatically receive all group messages.