Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 780 Bytes

File metadata and controls

24 lines (19 loc) · 780 Bytes

Hyperion Text Editor
[ Tested on Linux (Ubuntu 18.04) ]

      Hyperion is a text editor based on GTK widget toolkit. It's handy, rapid and easy to install.

Building Hyperion

      First of all, since the Hyperion is built on Gtk4 toolkit you need to install Gtk4 on your system. It's available on all popular platforms. You can download it from the official GTK page.

      As the Gtk4 is now installed, do the following:

$> git clone https://github.com/wiseStann/HyperionTextEditor.git
$> cd HyperionTextEditor
$> chmod 777 setup.sh
$> chmod 777 meson_compile.sh
$> ./setup.sh && ./meson_compile.sh
$> ./bin/Hyperion