📄 install
字号:
#!/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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -