autogen.sh
来自「linux下实现视频播放的播放器」· Shell 代码 · 共 15 行
SH
15 行
#!/bin/shecho "Generating build information using aclocal, autoheader, automake and autoconf"echo "This may take a while ..."# Regenerate configuration files.aclocalautoheaderautomake --include-deps --add-missing --copyautoconfecho "Now you are ready to run ./configure."echo "You can also run ./configure --help for extra features to enable/disable."
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?