Skip to content

Commit

Permalink
Clarify installation of MingW in Windows
Browse files Browse the repository at this point in the history
In Windows you must install MSYS to have available the command "make"
  • Loading branch information
lalo-mx authored May 9, 2019
1 parent ed85968 commit e822d5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ $ ant -Dcluster.config=platform
#### Building Windows Launchers
Windows launchers can be build using [MinGW](http://www.mingw.org/) both on Windows and Linux.

**Note:** In Windows [MSYS](http://www.mingw.org/wiki/MSYS/) must be installed.


As of [NETBEANS-1145](https://issues.apache.org/jira/browse/NETBEANS-1145), the Windows Launchers can be built adding ```do.build.windows.launchers=true``` property to the build process.
```
$ ant -Ddo.build.windows.launchers=true
Expand Down

0 comments on commit e822d5a

Please sign in to comment.