[Seek Help] deepin中怎么编译VLC
Tofloor
poster avatar
w18042025796
deepin
2022-06-14 17:05
Author

主要是第三方库的问题,在https://wiki.videolan.org/UnixCompile/里,Debian和Ubuntu可以直接用下面的命令获取:

$ sudo apt-get build-dep vlc

但是deepin不支持这个命令,直接用contrib方法也有问题。

有什么其他方法么?

Reply Favorite View the author
All Replies
cocini
deepin
2022-06-14 17:09
#1

直接官网下载代码包,按自带的说明操作。我前两年编译过,就configure 然后make就行了,挺容易的

Reply View the author
bigben446
deepin
2022-06-14 17:47
#2

主页有deb包吧,为啥自己编译

Reply View the author
deepin-superuser
deepin
2022-06-14 17:55
#3

怎么就不支持了 是你没取消源码仓库注释

百度一下 sudo apt-get build-dep vlc 这个输出的内容你就知道怎么做了

Reply View the author
安洛
deepin
2022-06-14 19:16
#4

三楼正解。

Reply View the author
医行天下
deepin
2022-06-14 19:45
#5

主页没有下载包,我半天没找到,就是死循环

Reply View the author
bigben446
deepin
2022-06-14 21:06
#6

flatpak安装吧,方便,就是体积大一些

flatpak install flathub org.videolan.VLC

Reply View the author