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

Windows building instruction missing #53

Closed
stiv-yakovenko opened this issue Sep 1, 2017 · 6 comments
Closed

Windows building instruction missing #53

stiv-yakovenko opened this issue Sep 1, 2017 · 6 comments

Comments

@stiv-yakovenko
Copy link

I'd like to try this package on windows, but I don't see instruction how to build it...

@GuillaumeGomez
Copy link
Owner

GuillaumeGomez commented Sep 1, 2017

@stiv-yakovenko
Copy link
Author

No, because previous step requires using apt-get on Linux with no corresponding step on Windows.

@GuillaumeGomez
Copy link
Owner

Hum good point. I'm adding it but I'll need you to confirm it for me. :)

@stiv-yakovenko
Copy link
Author

The problem with windows is that windows has two toolchains: msvc and gnu. Gnu toolchain is the only way how you can debug your program with gdb (and thus with most IDEs). So you need special instruction how to build GSL with compiler from gnu toolchain (%HOME%.rustup\toolchains\stable-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\bin\gcc.exe)

@stiv-yakovenko
Copy link
Author

@GuillaumeGomez
Copy link
Owner

Well, since I don't have windows, I can't do much to help you. :-/

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