-
Notifications
You must be signed in to change notification settings - Fork 11
/
readme.txt
40 lines (24 loc) · 969 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Notepad2 Unified Edition
================================================================================
Dan Savilonis <[email protected]>
http://github.com/djs/notepad2
Notepad2 originally (c) Florian Balmer 2004-2010 (www.flos-freeware.ch)
Code folding and other modifications (c) Kai Liu 2009 (code.kliu.org/misc/notepad2/)
Building
================================================================================
Requirements
--------------------------------------------------------------------------------
* Microsoft Windows SDK
* NSIS 2.46
Instructions
--------------------------------------------------------------------------------
To build Notepad2, you must first build the modified Scintilla library:
$ cd scintilla
$ nmake
Then, build Notepad2:
$ cd ..
$ nmake
To build the installer, run:
$ makensis nsis/notepad2.nsi
Notepad2 should build as a 32-bit or 64-bit executable, depending on the SDK
build environment used.