# danish **Repository Path**: daniel-w7/danish ## Basic Information - **Project Name**: danish - **Description**: danish 是一个基于 gtk-3.0 的 ssh 连接管理工具,之后计划加上sftp的功能 - **Primary Language**: C - **License**: GPL-2.0 - **Default Branch**: main - **Homepage**: https://www.danielw7.com/danish/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-16 - **Last Updated**: 2022-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # danish danish 是一个基于 gtk-3.0 的 ssh 连接管理工具,之后计划加上sftp的功能 GITHUB地址:https://github.com/Daniel-W7/danish GITee地址:https://gitee.com/daniel-w7/danish 基于jnXssh进行开发,源程序适配的系统比较老了,进行了一些修改,源程序地址:https://github.com/chrisniu1984/jnXssh 1、运行所需 对于Debian 11 需要安装以下额外包: libtinyxml2.6.2v5 安装命令: sudo apt-get install libtinyxml2.6.2v5 2、编译安装所需 对于Debian 11 需要安装以下额外包: gcc make g++ libtinyxml-dev libgtk-3-dev libvte-2.91-dev desktop-file-utils 安装命令: sudo apt-get install libtinyxml-dev libgtk-3-dev libvte-2.91-dev gcc make g++ desktop-file-utils 3、编译方法 (1)手动编译 cd danish make && make install (2)自动编译 cd danish ./automk.sh 4、配置文件路径 ~/.danish/site.xml 5、启动方法 danish