Skip to content

katahiromz/RNotepad

Repository files navigation

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