Ubuntu/Debian package does not have luau/sqlp/joinp #2523
Answered
by
jqnatividad
ondohotola
asked this question in
Q&A
-
I did (on my little Pantera Pico running Ubuntu 24.04.1 LTS Desktop) wget -O - https://dathere.github.io/qsv-deb-releases/qsv-deb.gpg | sudo gpg --dearmor -o /usr/share/keyrings/qsv-deb.gpg
echo "deb [signed-by=/usr/share/keyrings/qsv-deb.gpg] https://dathere.github.io/qsv-deb-releases ./" | sudo tee /etc/apt/sources.list.d/qsv.list
sudo apt update
sudo apt install qsv and
Never mind 3.0.0, can the usual features please be compiled in? |
Beta Was this translation helpful? Give feedback.
Answered by
jqnatividad
Feb 14, 2025
Replies: 1 comment
-
Yes. I'd recommend compiling on that platform. Be sure to turn on
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jqnatividad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. I'd recommend compiling on that platform.
Be sure to turn on
target-cpu=native
so qsv will take advantage of all the CPU features in your Pico.