install

来自「Linux下的MUD客户端程序」· 代码 · 共 30 行

TXT
30
字号
#!/bin/sh## A small script to do everything necessary to build tintin++.# New with readline support.# First, run configure on tintin++ and on readline.cd src./configurecd readline./configurecd ..# Next, do a make depend.cat <<EOF---- Doing make depend.  If this fails with a fatal error, you---- might still be able to compile successfully.EOFmake depend# Now, we do the actual make.make allcat <<EOF---- The compile finished.  Try running ./tt++.  If it works,---- you may safely ignore any errors or warnings that may---- have spammed your screen.EOFexit 0

⌨️ 快捷键说明

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