Skip to content

Latest commit

 

History

History
71 lines (56 loc) · 2.35 KB

README.md

File metadata and controls

71 lines (56 loc) · 2.35 KB

Independent ReactOS Notepad

This is "Independent ReactOS Notepad" from ReactOS.

(The screenshot)

It's a free and open source software for Windows XP and later.

ReactOS

Donate Follow on Twitter

Main code contributors

Translators

How to build?

Please use ReactOS Build Environment (RosBE).

git clone https://github.com/katahiromz/RNotepad
cd RNotepad
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release .
ninja
strip notepad.exe

Tested on RosBE, Visual Studio 2015, and Visual Studio 2019.

License

  • LGPL 2.1 and later