Instructions to build from source #73

Closed
opened 2025-12-30 01:20:25 +01:00 by adam · 2 comments
Owner

Originally created by @RandomDhiraj on GitHub (Feb 18, 2024).

Hey there, I am seeking some inputs/steps if I can build this from source code? Thanks!

Originally created by @RandomDhiraj on GitHub (Feb 18, 2024). Hey there, I am seeking some inputs/steps if I can build this from source code? Thanks!
adam closed this issue 2025-12-30 01:20:25 +01:00
Author
Owner

@odenix commented on GitHub (Feb 18, 2024):

Did you check DEVELOPMENT.adoc?

The Java build ( ./gradlew build) only requires JDK 11 or higher. Building on Windows isn't yet supported, but WSL/Ubuntu works fine for me.

The native build (./gradlew buildNative) additionally requires a GCC toolchain. I think it should work on vanilla WSL/Ubuntu as long as you've got plenty of free memory (I had to bump the WSL memory setting).

@odenix commented on GitHub (Feb 18, 2024): Did you check `DEVELOPMENT.adoc`? The Java build ( `./gradlew build`) only requires JDK 11 or higher. Building on Windows isn't yet supported, but WSL/Ubuntu works fine for me. The native build (`./gradlew buildNative`) additionally requires a GCC toolchain. I think it should work on vanilla WSL/Ubuntu as long as you've got plenty of free memory (I had to bump the WSL memory setting).
Author
Owner

@RandomDhiraj commented on GitHub (Feb 19, 2024):

Thanks @translatenix, let me check this.

@RandomDhiraj commented on GitHub (Feb 19, 2024): Thanks @translatenix, let me check this.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#73