# st **Repository Path**: xiaobaiseven/st ## Basic Information - **Project Name**: st - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-09 - **Last Updated**: 2022-05-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README st - simple terminal -------------------- st is a simple terminal emulator for X which sucks less. st是一个简单轻量的终端模拟器。 Requirements 使用要求 ------------ In order to build st you need the Xlib header files. 构建st需要使用xlib头文件 Installation 安装使用 ------------ Edit config.mk to match your local setup (st is installed into the /usr/local namespace by default). 编辑config.mk文件设置安装位置(st默认安装到/usr/local目录下) Afterwards enter the following command to build and install st (if necessary as root): 运行以下命令编译安装st(需要使用root权限) make clean install Running st 运行st ---------- If you did not install st with make clean install, you must compile the st terminfo entry with the following command: 如果你没有使用make clean install编译安装st,必须使用以下命令编译st terminfo条目: tic -sx st.info See the man page for additional details. 更多详细信息请查看man页面 Credits 感谢 ------- Based on Aurélien APTEL bt source code.