No description
Find a file
2025-03-15 11:15:06 +01:00
cmake Fix cmake warnings 2022-06-10 20:03:04 +10:00
fonts clang-format 2023-11-14 20:47:09 +10:00
inih clang-format 2023-11-14 20:47:09 +10:00
resources completely forgot to commit the extra magiterm bits from pandory-v3. whoops 2025-03-15 11:15:06 +01:00
sexyz clang-format 2023-11-14 20:47:09 +10:00
url-parser-c clang-format 2023-11-14 20:47:09 +10:00
.clang-format clang-format 2023-11-14 20:47:09 +10:00
.gitignore Initial Commit 2018-06-02 22:16:29 +10:00
CMakeLists.txt completely forgot to commit the extra magiterm bits from pandory-v3. whoops 2025-03-15 11:15:06 +01:00
COPYING Add Licenses 2018-06-05 11:15:54 +10:00
dialdirectory.cpp completely forgot to commit the extra magiterm bits from pandory-v3. whoops 2025-03-15 11:15:06 +01:00
dialdirectory.h clang-format 2023-11-14 20:47:09 +10:00
filechooser.cpp clang-format 2023-11-14 20:47:09 +10:00
filechooser.h clang-format 2023-11-14 20:47:09 +10:00
help.h clang-format 2023-11-14 20:47:09 +10:00
ice.h clang-format 2023-11-14 20:47:09 +10:00
icon.h clang-format 2023-11-14 20:47:09 +10:00
led.h clang-format 2023-11-14 20:47:09 +10:00
magiterm.h clang-format 2023-11-14 20:47:09 +10:00
MagiTerm.rc Windows Support.. Hopefully haven't broken linux 2018-06-03 21:29:46 +10:00
main.cpp completely forgot to commit the extra magiterm bits from pandory-v3. whoops 2025-03-15 11:15:06 +01:00
mtermans.h completely forgot to commit the extra magiterm bits from pandory-v3. whoops 2025-03-15 11:15:06 +01:00
README.MD Bump version 2022-06-10 20:10:01 +10:00
resource.h clang-format 2023-11-14 20:47:09 +10:00
Terminal.cpp clang-format 2023-11-14 20:47:09 +10:00
Terminal.h clang-format 2023-11-14 20:47:09 +10:00
transfering.h clang-format 2023-11-14 20:47:09 +10:00
yesno.cpp clang-format 2023-11-14 20:47:09 +10:00
yesno.h clang-format 2023-11-14 20:47:09 +10:00

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.