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

Build instructions on Windows #123

Open
northmaxdev opened this issue Aug 23, 2024 · 2 comments
Open

Build instructions on Windows #123

northmaxdev opened this issue Aug 23, 2024 · 2 comments

Comments

@northmaxdev
Copy link

Apologies for the potentially redundant question, but are there any plans to include build instructions for Windows? Preferably via native toolchains, e.g. Visual Studio and MSVC.

@DeveloperPaul123
Copy link
Member

That's doable, but Qt is the only dependency, so you can just do the standard cmake build

cmake -S <fstl source folder> -B build -DQt5_DIR=<Path to Qt5/lib/cmake/Qt5>
cmake --build build

@DeveloperPaul123
Copy link
Member

I see how the documentation is lacking though. Should be fixable. Thanks!

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