No description
cmake | ||
fonts | ||
inih | ||
resources | ||
sexyz | ||
url-parser-c | ||
.clang-format | ||
.gitignore | ||
CMakeLists.txt | ||
COPYING | ||
dialdirectory.cpp | ||
dialdirectory.h | ||
filechooser.cpp | ||
filechooser.h | ||
help.h | ||
ice.h | ||
icon.h | ||
led.h | ||
magiterm.h | ||
MagiTerm.rc | ||
main.cpp | ||
mtermans.h | ||
README.MD | ||
resource.h | ||
Terminal.cpp | ||
Terminal.h | ||
transfering.h | ||
yesno.cpp | ||
yesno.h |
MagiTerm
MagiTerm is a simple SSH & telnet terminal for accessing bulletin board systems. It is built on libssh and SDL2.
To build MagiTerm on Linux, you will need cmake, libssh-dev, libsdl2-dev, libsdl2_image-dev and libsecret-1-dev installed.
gnome-keyring should also be installed if you want to use the password saving feature.
Step 1
make a directory to build in and enter it
mkdir build
cd build
Run cmake
cmake ..
Run make
make
The resulting binary is called MagiTerm and will be inside your build directory. You can move it to somewhere you like to keep executables, for instance, somewhere in your PATH.