Skip to content

ReiseArnor/simple-text-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Text-Editor

Simple text editor made with Qt5

Building

Run

  1. mkdir build && cd build
  2. cmake ..
  3. make

and its done.

Make sure you have CMake and Qt5 installed

Linux
Build Status