Skip to content

VasilisMylonas/ted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ted

Just a lightweight text editor built with C++ and wxWidgets.

Screenshot

Building from Source

Prerequisites

  • C++20 compatible compiler
  • CMake
  • wxWidgets library

Build Instructions

  1. Clone the repository:

    git clone https://github.com/VasilisMylonas/ted.git
    cd ted
  2. Create a build directory and navigate to it:

    mkdir -p build
    cd build
  3. Configure with CMake and build:

    cmake ..
    cmake --build .
  4. Run the editor:

    ./ted

License

MIT License

About

Just a lightweight text editor built with C++ and wxWidgets.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors