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

c-toxcore on Windows can be compiled using MSYS2 (with modern MinGW-w64) #528

Closed
DX37 opened this issue Mar 29, 2017 · 1 comment
Closed
Labels
P3 Low priority
Milestone

Comments

@DX37
Copy link

DX37 commented Mar 29, 2017

So... I'm not creating a PR yet, but I have to say - we can build c-toxcore natively and very simple by installing and using MSYS2.

It's very easy to set up environment for compiling. For example, I just install opus, vpx and libsodium (in separated console with pacman as a package manager) from their repo and compiling toxcore just like on Linux. And it's generating static libraries, just like on Linux.

I'm using this modern way to compile qTox on Windows.

@nurupo
Copy link
Member

nurupo commented Mar 29, 2017

Cool. We know that it can be built in MSYS2 with MinGW, but it would be nice to have someone update the build instructions as they are likely severely outdated.

By the way, you can even compile it in cmd.exe with MSVC, it will work out of the box for libtoxcore, libtoxdns and libtoxencryptsave, but you'd need to tweak CMakeLists.txt for libtoxav dependencies to get libtoxav to build.

@iphydf iphydf modified the milestones: v0.2.x, v0.2.4 Jul 16, 2018
@iphydf iphydf closed this as completed Jul 16, 2018
@iphydf iphydf added the P3 Low priority label Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 Low priority
Development

No branches or pull requests

3 participants