aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-03-08 01:36:00 +0000
committernyamatongwe <unknown>2000-03-08 01:36:00 +0000
commit8eba2a95b6aa25489c28eabfcd54e0389de78899 (patch)
tree12898a1d1b9db690270b093a0182239d3aa85de6 /README
downloadscintilla-mirror-8eba2a95b6aa25489c28eabfcd54e0389de78899.tar.gz
Initial revision
Diffstat (limited to 'README')
-rw-r--r--README33
1 files changed, 33 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 000000000..0ac4f1ff1
--- /dev/null
+++ b/README
@@ -0,0 +1,33 @@
+README for building of Scintilla and SciTE
+
+
+*** GTK+/Linux version ***
+
+You must first have GTK+ 1.2x and GCC (2.8 or better) installed.
+GTK+ 1.0x will not work and when it did it was very slow.
+Other C++ compilers may work but may require tweaking the make file.
+
+To build SciTE for GTK+/Linux, use the Makefile_gtk like this:
+
+ make -f Makefile_gtk
+
+The current make file only supports static linking between SciTE and Scintilla.
+
+The SciTEGTK.properties file is better than the SciTEGlobal.properties for use
+on Linux/GTK+ as it specifies fonts that are likely to be installed.
+SciTE reads its SciTEGlobal.properties file from the user's home directory.
+
+
+*** Windows version ***
+
+A C++ compiler is required. Mingw32 GCC 2.9.5 is the compiler used
+for most development although Visual C++ is also supported.
+
+To compile with GCC, use make on the "makefile" file.
+
+ make
+
+To compile with VC++, use nmake on the "makefile_vc" file.
+
+ nmake /f makefile_vc
+