Just a lightweight text editor built with C++ and wxWidgets.
- C++20 compatible compiler
- CMake
- wxWidgets library
-
Clone the repository:
git clone https://github.com/VasilisMylonas/ted.git cd ted -
Create a build directory and navigate to it:
mkdir -p build cd build -
Configure with CMake and build:
cmake .. cmake --build . -
Run the editor:
./ted
