Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instructions to build from source #181

Closed
RandomDhiraj opened this issue Feb 18, 2024 · 2 comments
Closed

Instructions to build from source #181

RandomDhiraj opened this issue Feb 18, 2024 · 2 comments

Comments

@RandomDhiraj
Copy link

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

@translatenix
Copy link
Contributor

translatenix commented 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).

@RandomDhiraj
Copy link
Author

Thanks @translatenix, let me check this.

@bioball bioball closed this as completed Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants