Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (25 loc) · 1.24 KB

README.MD

File metadata and controls

29 lines (25 loc) · 1.24 KB

Github All Releases Github All Releases Github All Releases Github All Releases

eddit

A simple text editor with GTK

Get:

Download available packages from the release section.

Build From Source:

You will need the following dependencies:

  • libgtk-3-dev
  • libgtksourceview-3.0-dev
  • make
  • rustc
  • cargo

Build, Install & Run:

make
sudo make install
com.github.maze-n.eddit

Uninstall:

sudo make uninstall