2007-08-07 00:55:50 +00:00
What is Notepad++ ?
2007-10-13 00:28:32 +00:00
===================
2007-08-07 00:55:50 +00:00
2007-10-13 00:28:32 +00:00
Notepad++ is a free (free as in "free speech", but also as in "free beer") source code editor and Notepad replacement, which supports several programming languages, running under the MS Windows environment.
2007-08-07 00:55:50 +00:00
2007-10-13 00:28:32 +00:00
To build Notepad++ package from source code:
============================================
2007-08-07 00:55:50 +00:00
2007-10-13 00:28:32 +00:00
For generating the executable file (notepad++.exe), you can use VC++ 7 / VC++ 8 or MinGW 3.0 / 2.X (a makefile is available, but not maintained).
A CMakeLists.txt (located in the PowerEditor\src directory) is available for generating the different VC project and MinGW makefile via cmake.
2007-08-07 00:55:50 +00:00
2007-10-13 00:28:32 +00:00
For generating the the dll file (SciLexer.dll), you have 2 choices as well : VC++ 6 (from v2.5) or MinGW 3.0 / 2.X
2007-08-07 00:55:50 +00:00
All the binaries will be builded in the directory notepad++\PowerEditor\bin
Go to Notepad++ official site for more information :
http://notepad-plus.sourceforge.net/
2007-10-13 00:28:32 +00:00
Don HO
2007-08-07 00:55:50 +00:00
don.h@free.fr