OOZZY / tlotexteditor

A simple text editor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tlotexteditor

A simple text editor.

Build Requirements

  • CMake
  • C++14 development environment for which CMake can generate build files
  • Qt 5

Clone, Build, and Run

Clone into tlotexteditor directory.

$ git clone --branch develop <url/to/tlotexteditor.git>

Build.

$ mkdir tlotexteditorbuild
$ cd tlotexteditorbuild
$ cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=Debug ../tlotexteditor
$ make

Run.

$ ./src/tlotexteditor

About

A simple text editor.


Languages

Language:C++ 77.7%Language:CMake 22.3%