sudo apt-get update
sudo apt-get install -y \
gcc automake autoconf libtool make zlib1g-dev
# --------
cd /root/tmp/git-2.38.1
./configure prefix=/usr/local/git/
make && make install
错误信息:
- tclsh failed; using unoptimized loading
MSGFMT po/pt_pt.msg Makefile:254: recipe for target 'po/pt_pt.msg' failed
make[1]: *** [po/pt_pt.msg] Error 127
Makefile:2233: recipe for target 'all' failed
make: *** [all] Error 2
1
Aixiaoa 2022-11-25 15:54:30 +08:00 via iPhone
为什么要编译安装?
|