Updated Compiling (markdown)

PeterCJ 2022-05-27 09:40:15 -07:00
parent dd5aeb5e38
commit 6527c3c663

@ -8,7 +8,7 @@ This page gives suggestions and hints as to how to make the compiling process go
Notepad++ has been developed in the Visual Studio environment, so compiling in a recent Visual Studio setup should be straightforward: open the project, and build.
The [Community Forum](https://community.notepad-plus-plus.org/) discussion "[Building Notepad++ with Visual Studio 2015/2017](https://community.notepad-plus-plus.org/topic/13959/building-notepad-with-visual-studio-2015-2017)" has useful information on building Notepad++, especially if you want to include a custom version of the Boost library or do other non-standard builds. (It's original focus was on updating the build scripts from VS2013 to VS2015/2017, but it has applicability beyond that.)
The [Community Forum](https://community.notepad-plus-plus.org/) discussion "[Building Notepad++ with Visual Studio 2015/2017](https://community.notepad-plus-plus.org/topic/13959/building-notepad-with-visual-studio-2015-2017)" has useful information on building Notepad++, especially if you want to include a custom version of the Boost library or do other non-standard builds. (Its original focus was on updating the build scripts from VS2013 to VS2015/2017, but it has applicability beyond that.)
## GCC / MinGW