Add "Support for systems other than the MS Windows family"

ArkadiuszMichalski 2021-05-10 17:38:12 +02:00
parent 5791b8bbac
commit b0a0ff0511

7
FAQ.md

@ -5,6 +5,7 @@ A list of frequently asked questions related to common issues:
1. [How to open a new issue](https://github.com/notepad-plus-plus/notepad-plus-plus/wiki/FAQ#how-to-open-a-new-issue)
2. [Outdated configuration files](https://github.com/notepad-plus-plus/notepad-plus-plus/wiki/FAQ#outdated-configuration-files)
2. [Incorrect character rendering](https://github.com/notepad-plus-plus/notepad-plus-plus/wiki/FAQ#incorrect-character-rendering)
4. [Support for systems other than the MS Windows family](https://github.com/notepad-plus-plus/notepad-plus-plus/wiki/FAQ#support-for-systems-other-than-the-ms-windows-family)
## How to open a new issue
@ -31,4 +32,10 @@ Keep in mind that enabling this option may cause some [performance issues](https
References: [#9805](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9805), [#9747](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9747), [#2287](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2287), [#3747](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3747), [#8702](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8702), [#8613](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8613)
## Support for systems other than the MS Windows family ##
Notepad ++ is created only for systems from the MS Windows family ([list of currently supported OS versions](https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/SUPPORTED_SYSTEM.md)). Due to lack of human resources, there are no plans to porting Notepad++ to other systems. If necessary, you can try use some Windows API emulator (e.g. Wine under Linux or [similar solutions for Mac OS](https://community.notepad-plus-plus.org/topic/18948/notepad-for-mac)). You can also use some virtual machines software.
Keep in mind that the above solutions introduce an additional layer, which may reduce program performance, also not everything may work properly.
References: [9816](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9816), [332](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/332), [6151](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/6151), [7548](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7548), [5162](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5162).