d

 1006  git clone -b release-3.7.1 https://ghproxy.com/https://github.com/apache/zookeeper.git
 1007  cd zookeeper/
 1008  ls
 1009   mvn package -Pdist,native -DskipTests -Dtar
 1010  ls
 1011  tree|grep jar
 1012  cd ..
 1013  ls
 1014  git clone https://ghproxy.com/https://github.com/videolan/vlc.git
 1015  cd vlc/
 1016  ls
 1017  ./bootstrap
 1018  ls
 1019  ./configure
 1020  yum list |grep lua
 1021  rm -rf /etc/yum.repos.d/Loonginx-BaseOS.repo
 1022  sudo rm -rf /etc/yum.repos.d/Loonginx-BaseOS.repo
 1023  yum list |grep lua
 1024  sudo yum install lua-devel
 1025  ./configure
 1026*
 1027  yum list |grep ffmpeg
 1028  sudo yum install ffmpeg-devel
 1029  ./configure
 1030  yum list |grep liba52
 1031  sudo yum install liba52-devel
 1032  ./configure
 1033  yum list |grep qt|grep quick
 1034  sudo yum install qt5-qtquickcontrols2-devel
 1035  ./configure
 1036  ls
 1037  make
 1038  yum list|grep qt|grep defalt
 1039  yum list|grep qt|grep default
 1040  yum list|grep qt|grep de
 1041  sudo yum install qt-devel-private
 1042  make
 1043  yum list|grep qt|grep de
 1044  yum list|grep qt5|grep de
 1045  sudo yum install qt5-devel
 1046  make
 1047  yum list|grep qt5|grep de
 1048  yum search qt5-defau
 1049  yum search qt5-
 1050  yum search qt5| grep default
 1051  yum search qt5| grep make
 1052  sudo yum install qt5-default
 1053* yum list|grep qt5|grep de
 1054  yum list|grep qt5|grep de|grep pr
 1055  sudo yum install qt5-qtbase-private-devel
 1056  make
 1057  yum list|grep qt5|grep devel|grep wayland
 1058  sudo yum install qt5-qtwayland-devel
 1059  make
 1060  grep -r "DRM_FORMAT_P010"
 1061  vim modules/video_output/drm/fourcc.c
 1062  make
 1063  vim modules/video_output/drm/fourcc.c
 1064  make
 1065  vim modules/video_output/drm/fourcc.c
 1066  grep -r "DRM_FORMAT_INVALID"
 1067  vim modules/video_output/drm/fourcc.c
 1068  make
 1069  vim modules/video_output/drm/fourcc.c
 1070  make
 1071  vim modules/video_output/drm/fourcc.c
 1072  yum list|grep libdrm
 1073  make disclean
 1074  make distclean
 1075  make -j8
 1076  ls
 1077  ./bootstrap
 1078  ./configure
 1079  make -j8
 1080  ls
 1081  make install DESTDIR=/home/uos/zw/2.8/vlc/aaa
 1082  ls
 1083  cd aaa
 1084  ls
 1085  cd usr/local/bin/
 1086  ls
 1087  ./vlc
 1088  cd ..
 1089  ls
 1090  sudo make install
 1091  vlc
 1092  find ./ -name libvlc.so.12
 1093  export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib

posted @ 2023-02-08 17:37  linuxws  阅读(36)  评论(0编辑  收藏  举报