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

Compiling on windows on ARM64 #330

Open
ShyneTurtle opened this issue Feb 7, 2025 · 1 comment
Open

Compiling on windows on ARM64 #330

ShyneTurtle opened this issue Feb 7, 2025 · 1 comment

Comments

@ShyneTurtle
Copy link

Hey, I recently tried to download the webtorrent module and this dependency failed to build, after looking into it further it complained about openSSL, so i installed that, added it to the PATH and created the OPENSSL_ROOT_DIR env variable that cmake was complaining about, but now i'm getting tons of errors about function references.

I know github doesn't have WoA64 build servers yet so i'm gonna need your help to walk me through how to get it compiling.

Here's an extract of the build logs: https://pastebin.com/nkUUupcm

@murat-dogan
Copy link
Owner

Looks like linker can not find OpenSSL static libs.
You need to either install OpenSSL static libs or link dynamically.

Could you please replace this line and re-build?

set(OPENSSL_USE_STATIC_LIBS TRUE)

set(OPENSSL_USE_STATIC_LIBS FALSE)

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

2 participants