From da35ef98c511fa74a8e58f53b7c611ebe0e0ea8d Mon Sep 17 00:00:00 2001 From: mitchell Date: Wed, 31 Oct 2018 17:29:15 -0400 Subject: Updated for 3.10.1. --- LongTermDownload.html | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 LongTermDownload.html (limited to 'LongTermDownload.html') diff --git a/LongTermDownload.html b/LongTermDownload.html new file mode 100644 index 000000000..bf8ef3db2 --- /dev/null +++ b/LongTermDownload.html @@ -0,0 +1,73 @@ + + + + + + + + + + Download Scintilla + + + + + + + + +
+ Scintilla icon + + Download + Scintilla +
+ + + + +
+ + Windows   + + GTK+/Linux   + +
+

+ Download. +

+

+ This page is for the LongTerm3 branch of Scintilla which avoids depending on C++14 or later features. + Compilers as old as GCC 4.8, MSVC 2015, and Clang 3.4 are supported. +

+

+ The license for using Scintilla is similar to that of Python + containing very few restrictions. +

+

+ Release 3.10.1 +

+

+ Source Code +

+ The source code package contains all of the source code for Scintilla but no binary + executable code and is available in + + Instructions for building on both Windows and Linux are included in the readme file. +

+ Previous versions can be downloaded from the history + page. +

+

+ Also available from Mercurial: +

+
+    hg clone http://hg.code.sf.net/p/scintilla/code scintilla
+    cd scintilla && hg update LongTerm3
+    
+ + -- cgit v1.2.3