Merge pull request #21 from kmb32123/patch-1

[UPDATE] Add readme.md hyperlinks.
This commit is contained in:
Don HO 2015-05-06 01:00:00 +02:00
commit a2a75be11d

View File

@ -16,9 +16,9 @@ Double click on `PowerEditor\visual.net\notepadPlus.vcproj` to launch Notepad++
SciLexer.dll: SciLexer.dll:
From version 6.0, SciLexer.dll comes with release contains boost's PCRE (Perl Compatible Regular Expressions) feature. From version 6.0, SciLexer.dll comes with release contains boost's PCRE (Perl Compatible Regular Expressions) feature.
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 the [Boost source code](http://sourceforge.net/projects/boost/files/boost/1.55.0/). 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 `scintilla\boostregex\` then run BuildBoost.bat with your boost path. In my case: `BuildBoost.bat C:\sources\boost_1_55_0` 2. Go to `scintilla\boostregex\` then run BuildBoost.bat with your boost path. In my case: `BuildBoost.bat C:\sources\boost_1_55_0`
3. Go in `scintilla\win32\` then run `nmake -f scintilla.mak` 3. Go in `scintilla\win32\` then run `nmake -f scintilla.mak`
@ -31,9 +31,6 @@ Notepad++ Unicode release binary (notepad++.exe) and Scintilla release binary (S
You have to copy SciLexer.dll in `PowerEditor\bin\` in order to launch notepad++.exe You have to copy SciLexer.dll in `PowerEditor\bin\` in order to launch notepad++.exe
Go to Notepad++ official site for more information: Go to [Notepad++ official site](http://notepad-plus-plus.org/) for more information.
http://notepad-plus-plus.org/
[Notepad++ Contributors](http://notepad-plus-plus.org/contributors)
Notepad++ team
http://notepad-plus-plus.org/contributors