-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef600ad
commit 3eddafd
Showing
1 changed file
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# Independent ReactOS Notepad | ||
|
||
This is "Independent ReactOS Notepad" from ReactOS. | ||
|
||
It's a free and open source software for Windows XP and later. | ||
|
||
- What is ReactOS? https://reactos.org/ | ||
- Donate: https://reactos.org/donate/ | ||
|
||
## Main code contributors | ||
|
||
- Copyright ReactOS Development Team | ||
- Copyright 1997,98,99 Marcel Baur (mbaur@g26.ethz.ch) | ||
- Copyright 2000 Mike McCormack (Mike_McCormack@looksmart.com.au) | ||
- Copyright 2002 Andriy Palamarchuk | ||
- Copyright 2002 Sylvain Petreolle (spetreolle@yahoo.fr) | ||
- Copyright 2019-2023 Katayama Hirofumi MZ (katayama.hirofumi.mz@gmail.com) | ||
- and more! | ||
|
||
## Translators | ||
|
||
- Copyright 2011 Petru Dimitriu (petrimetri@gmail.com) | ||
- Copyright 2011-2019 Ștefan Fulea (stefan.fulea@mail.com) | ||
- Copyright 2012 Arda Tanrıkulu (ardatan) (ardatanrikulu [at] gmail [dot] com) | ||
- Copyright 2013-2016, 2018-2019 Erdem Ersoy (eersoy93) (erdemersoy [at] erdemersoy [dot] net) | ||
- Copyright 2015 Alvin Wong (alvinhochun@gmail.com) | ||
- Copyright 2016 Henry Tang Ih (henrytang2@hotmail.com) | ||
- Copyright 2018 Arnav Bhatt (arnavbhatt2004@gmail.com) | ||
- Copyright 2018, 2022 Luke Luo (njlyf2011@hotmail.com) | ||
- Copyright 2021 Chan Chilung (eason066@gmail.com) | ||
- Copyright 2021-2022 Wu Haotian (rigoligo03@gmail.com) | ||
- Copyright 2022 Andrej Bartulin (andrej.bartulinvr@gmail.com) | ||
- Copyright 2023 Andrei Miloiu (miloiuandrei@gmail.com) | ||
- Copyright Ardit Dani (Ard1t) (ardit.dani@gmail.com) | ||
- Copyright Catalin Gabriel Draghita (jeffbox12) | ||
- Copyright Ismael Ferreras Morezuelas (Swyter) | ||
- Copyright Joann Mõndresku (joannmondresku at gmail dot com) | ||
- Copyright Mário Kačmár /Mario Kacmar/ aka Kario (kario@szm.sk) | ||
- and more! | ||
|
||
## 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 |