Add FAQ and update requirements

This commit is contained in:
No Time To Play 2024-01-23 14:09:13 +00:00
parent 3e892a4d2e
commit 0bb3c50f02
1 changed files with 7 additions and 1 deletions

View File

@ -20,12 +20,18 @@ The user interface should be fairly obvious.
## System requirements
Building ToyEd Native from source requires a C++11 compiler and the FLTK library. A makefile is included, but it does little more than
Building ToyEd Native from source requires a C++11 compiler and the FLTK library, version 1.3 (or 1.4, reportedly). A makefile is included, but it does little more than
g++ -o toyed -lfltk main.cpp
Minimum screen resolution: 800x600. Recommended: 1024x768.
## FAQ
Q: Have you considered adding syntax highlighting?
A: I'd love to, but that would be quite involved, especially for multiple languages, and ToyEd is meant to stay simple so it can serve as a basis for bigger apps. Not all text editors should be programming editors!
## Credits and support
ToyEd Native is a port of the original text editor written in Tcl/Tk. It shares most of the same features and overall design.