⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 prepare

📁 mutt-1.5.12 源代码。linux 下邮件接受的工具。
💻
字号:
#!/bin/sh --if test x"$1" = x"-dev" ; then  include_deps=  shiftelse  include_deps="-i"fiif aclocal -I m4 && autoheader && (cd m4 && make -f Makefile.am.in ) \  && automake $include_deps && autoconf && ./configure "$@"then  echo  echo "The mutt source code was successfully prepared."  echo "Type make && make install to build and install mutt."  echoelse  echo  echo "Some part of the preparation process failed."  echo "Please refer to doc/devel-notes.txt for details."  echo  exit 1fi

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -