[FIX] Fix readme.md formatting

This commit is contained in:
dail8859 2015-04-21 11:32:09 -04:00
parent ee2dbc251d
commit 5be453b6f2

View File

@ -19,9 +19,9 @@ From version 6.0, SciLexer.dll comes with release contains boost's PCRE (Perl Co
Therefore Boost (http://www.boost.org/) is needed to compile Scintilla in order to have PCRE support. Therefore Boost (http://www.boost.org/) is needed to compile Scintilla in order to have PCRE support.
Here are the instructions to build SciLexer.dll for Notepad++: Here are the instructions to build SciLexer.dll for Notepad++:
1. Download source code of Boost from Boost site (http://www.boost.org/). v1.55 should be used with VS 2013. Then unzip it. In my case, "boost_1_55_0" is copied in "C:\sources\" 1. Download source code of Boost from Boost site (http://www.boost.org/). v1.55 should be used with VS 2013. Then unzip it. In my case, "boost_1_55_0" is copied in "C:\sources\"
2. go to Notepad++\trunk\scintilla\boostregex\ then run BuildBoost.bat with your boost path. In my case: 2. Go to Notepad++\trunk\scintilla\boostregex\ then run BuildBoost.bat with your boost path. In my case:
BuildBoost.bat C:\sources\boost_1_55_0 BuildBoost.bat C:\sources\boost_1_55_0
3. go in Notepad++\trunk\scintilla\win32\ then run "nmake -f scintilla.mak" 3. Go in Notepad++\trunk\scintilla\win32\ then run "nmake -f scintilla.mak"
You can build SciLexer.dll without Boost, ie. with its default POSIX regular expression support instead boost's PCRE one. It will work with notepad++.exe, however some functionalities in Notepad++ may be broken. You can build SciLexer.dll without Boost, ie. with its default POSIX regular expression support instead boost's PCRE one. It will work with notepad++.exe, however some functionalities in Notepad++ may be broken.
To build SciLexer.dll without PCRE support: To build SciLexer.dll without PCRE support: