vieiro commented on issue #3467:
URL: https://github.com/apache/netbeans/issues/3467#issuecomment-1015056935


   Hi @tmulle, as @oyarzun says it's just the `sh ./buildall.sh` that is 
required, i.e., you don't need to build the whole NetBeans. 
   
   The steps to verify that the library can be built in M1 would be:
   
   ```sh
   cd a-working-directory-you-want
   git clone https://github.com/oyarzun/netbeans.git
   cd netbeans
   git checkout macos_arm
   git pull # make sure we're in the last commit in this branch
   cd ide/dlight.nativeexecution/tools/
   sh ./buildall.sh
   ls -ali ../release/bin/nativeexecution
   ```
   
   


-- 
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

Reply via email to