diff options
author | Sven Strickroth <unknown> | 2024-10-19 21:59:52 +1100 |
---|---|---|
committer | Sven Strickroth <unknown> | 2024-10-19 21:59:52 +1100 |
commit | 69a791cb7e83455e9bc699953fe1926244849cbd (patch) | |
tree | f7b44ea7b789b0cc4b5d13c2fbcee1346bf1d20b | |
parent | 788413b4b7740b733093188bc17c9873600bf949 (diff) | |
download | scintilla-mirror-69a791cb7e83455e9bc699953fe1926244849cbd.tar.gz |
Fix typo.
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ Mingw-w64 is known to work. Other compilers will probably not work. Only Scintilla will build with GTK+ on Windows. SciTE will not work. Make builds both a static library version of Scintilla with lexers (scintilla.a) and -a shared library without lexers (libscintilla.so or or libscintilla.dll). +a shared library without lexers (libscintilla.so or libscintilla.dll). To build Scintilla, make in the scintilla/gtk directory cd scintilla\gtk |