mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-26 23:34:44 +02:00
parent
f4419f2be9
commit
238aadb87f
2
BUILD.md
2
BUILD.md
@ -50,7 +50,7 @@ uses features from Boost's `Boost.Regex` library.
|
|||||||
|
|
||||||
If you have [MinGW-w64](https://www.mingw-w64.org/) installed, you can compile Notepad++ with GCC. Otherwise MinGW-w64 can be downloaded [here](https://sourceforge.net/projects/mingw-w64/files/). You can also download some collection of tools which supports MinGW-w64, like [MSYS2](https://www.msys2.org/) or [WinLibs](https://winlibs.com/).
|
If you have [MinGW-w64](https://www.mingw-w64.org/) installed, you can compile Notepad++ with GCC. Otherwise MinGW-w64 can be downloaded [here](https://sourceforge.net/projects/mingw-w64/files/). You can also download some collection of tools which supports MinGW-w64, like [MSYS2](https://www.msys2.org/) or [WinLibs](https://winlibs.com/).
|
||||||
|
|
||||||
Building Notepad++ is regularly tested on a Windows system by using [MSYS2](https://www.msys2.org/) project. Current versions of tools used to building (such as GCC, Make or Bash) can be checked by looking at some logos from the finished building (for example in the [current-build page](https://ci.appveyor.com/project/donho/notepad-plus-plus)). Other versions may also work but are untested.
|
Building Notepad++ is regularly tested on a Windows system by using [MSYS2](https://www.msys2.org/) project. Current versions of tools used to building (such as GCC, Make or Bash) can be checked by looking at some logs from the finished building (for example in the [current-build page](https://ci.appveyor.com/project/donho/notepad-plus-plus)). Other versions may also work but are untested.
|
||||||
|
|
||||||
**Note:** Before building make sure that the system `PATH` environment variable contains `$MinGW-root$\bin` directory. Otherwise you have to set this directory yourself in Windows settings. You can also use a command like `set PATH=$MinGW-root$\bin;%PATH%` each time `cmd` is launched. But beware that if `PATH` contains several versions of MinGW-w64 GCC, only the first one will be usable.
|
**Note:** Before building make sure that the system `PATH` environment variable contains `$MinGW-root$\bin` directory. Otherwise you have to set this directory yourself in Windows settings. You can also use a command like `set PATH=$MinGW-root$\bin;%PATH%` each time `cmd` is launched. But beware that if `PATH` contains several versions of MinGW-w64 GCC, only the first one will be usable.
|
||||||
|
|
||||||
|
@ -107,7 +107,7 @@ for:
|
|||||||
- ps: |
|
- ps: |
|
||||||
Write-Output "Tools version:"
|
Write-Output "Tools version:"
|
||||||
Write-Output (((gcc --version) | select-object -first 1) + " " + (gcc -dumpmachine))
|
Write-Output (((gcc --version) | select-object -first 1) + " " + (gcc -dumpmachine))
|
||||||
Write-Output (mingw32-make --version) | select-object -first 1
|
Write-Output (make --version) | select-object -first 1
|
||||||
Write-Output (sh --version) | select-object -first 1
|
Write-Output (sh --version) | select-object -first 1
|
||||||
Write-Output ""
|
Write-Output ""
|
||||||
build_script:
|
build_script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user