autogen.sh
来自「LiunxC++蜘蛛」· Shell 代码 · 共 16 行
SH
16 行
#!/bin/sh# $Id$# Remove any previously created cache filestest -w config.cache && rm config.cachetest -w config.cross.cache && rm config.cross.cache# Regenerate configuration filesaclocalautomake --foreignautoconf# Run configure for this platform#./configure $*echo "Now you are ready to run ./configure"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?