You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/01/07 14:02:08 UTC

[GitHub] eirikbakke commented on issue #1073: [NETBEANS-1145] Make Windows Launchers part of the build process.

eirikbakke commented on issue #1073: [NETBEANS-1145] Make Windows Launchers part of the build process.
URL: https://github.com/apache/incubator-netbeans/pull/1073#issuecomment-451943756
 
 
   @lkishalmi Yes, the launchers work (via "ant tryme" and also via copying netbeans64.exe into my NetBeans 10 "bin" directory). I have also verified that netbeans64.exe will indeed reflect changes I make to its sources (tested by changing a print statement that is printed to its console).
   
   I don't have an easy way to know exactly which packages need to be installed for compilation to succeed on WSL (Windows Subsystem for Linux). But at some point before, from my notes, I've run the following command:
   
   sudo apt-get install make gcc g++ cmake gdb qt4-qmake g++-mingw-w64-x86-64 g++-mingw mingw-w64 openjdk-8-jdk
   
   Some of those packages, though not necessarily all of them, and not necessarily only those, may have been used during the ant build.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists