install

来自「sted 是一个非常小的简单的基于 ncurses的文本编辑器。而且如果你认为其」· 代码 · 共 29 行

TXT
29
字号
As of v.0.2.2, the Makefile should actually work!How to compile and/or install sted:To compile type:makeTo install type:make installThis will install the binary in /usr/local/bin and the man page in/usr/local/man/man1. If you want to have them somewhere else, editthe makefile, or just copy the binary and the man page to where youwant them. You'll have to be root to install the files, as I supposeyou don't have write access to /usr/local, as a normal user.To remove object files and the binary type:make cleanYou must have gnu make and gcc. If you have some other compiler, edit the makefile. You'll also need to have ncurses installed. If you have trouble compiling and/or installing (you'll probably havetrouble installing if you can't compile...), report it to me. My e-mail address is: uxm165t@tninet.se .

⌨️ 快捷键说明

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