vieiro commented on issue #6979: URL: https://github.com/apache/netbeans/issues/6979#issuecomment-2239123591
> What is the status of https://github.com/apache/netbeans/tree/cnd branch? How to install it? Is it still a plugin or it become a core part of Netbeans? It seems have Meson support that I am interested in. Make sure you have JDK11 (and bigger?) and `ant` (10.>) in your `$PATH` and then ```bash $ git clone https://github.com/apache/netbeans.git $ cd netbeans netbeans$ ant -Dcluster.config=cnd netbeans$ ant tryme ``` You should install a recent C/C++ LSP server such as `clangd` or `ccls`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
