automake打包的软件的安装方法:
./configure
make
sudo make install
回复:automake基于make,比make更高级。automake打包的软件的安装方法:
./configure make sudo make install |
automake基于make,比make更高级。linux下绝大多数软件包都是用automake打包的。
automake可以根据当前的电脑环境自动生成复杂的Makefile文件。 |
回复:Unknown option 'passive-ftp'解决方案:用sed命令把buildroot生成的文件里面的--passive-ftp选项去掉。
cd sysdrv/source/buildroot/buildroot-2023.02.6... |
Unknown option 'passive-ftp'>>> argp-standalone 1.4.1 Downloading
wget --passive-ftp -nd -t 3 -O '/home/oct1158/Docu... |
回复:Your Perl installation is not complete enough; at least the following[oct1158@fed41-bh8f7e0 luckfox-pico]$ sudo dnf install perl-FindBin
Updating and loading repo... |
回复:Your Perl installation is not complete enough; at least the following[oct1158@fed41-bh8f7e0 luckfox-pico]$ sudo dnf install perl-Thread-Queue
Updating and loading... |
回复:Your Perl installation is not complete enough; at least the following[oct1158@fed41-bh8f7e0 luckfox-pico]$ sudo dnf install perl-ExtUtils-MakeMaker
Updating and l... |
回复:Your Perl installation is not complete enough; at least the following解决方法:通过dnf安装。
[oct1158@fed41-bh8f7e0 luckfox-pico]$ sudo dnf install perl-English Updating... |
Your Perl installation is not complete enough; at least the followingmake[2]: Entering directory '/home/oct1158/Documents/Code/C/luckfox-pico/sysdrv/source/buildroot...
|
回复:You must install GNU patch原因:系统里面没有patch命令。
解决方案:安装patch命令。 [oct1158@fed41-bh8f7e0 ~]$ sudo dnf install patch [su... |