执行./configure时出现,缺少很多包的问题,一般的直接采用
sudo apt-get install libpkname-dev

 但下面的提示,直接libgl-dev肯定不行了..

【问题】configure: error: No package 'gl' found. Pass --disable-glx if you do not need OpenGL X11 support.

 

sudo apt-get install xlibmesa-gl-dev
 

 

 

 【问题】configure: error: No package 'alsa' found. alsa-lib 1.0.16 or later required.
sudo apt-get install libalsa-ocaml-dev


 一步步不断./configure,解决所有的error后,执行make,漫长的编译过程,精心等待。

成功,运行./vlc即可,全部命令行操作,使用help命令查看

add ~/test.aiv

既可以打开视频,播放,所有操作为命令行操作。。。。。木有其他可视化界面么?囧

 

更多操作待研究吧。

 

相关文章:

  • 2021-10-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-15
  • 2021-07-18
  • 2022-12-23
  • 2021-09-30
  • 2022-01-14
  • 2021-05-06
  • 2021-11-29
相关资源
相似解决方案