-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add docs to use with Visual Studio (and link to gtk4-rs book for Rust)
It's unclear how to use `gvsbuild` with Visual Studio, especially for users who aren't used to Windows-based development. The most-relevant bug I could find was this one [2], but it recommended using `ninja` and lost me :) So, I think that having a "hand-off" part at the end of the build docs that guide users to their language-specific next steps (C, Rust, etc) could be helpful! The Visual Studio steps are based off of this 10-year-old Stack Overflow post [1]. I moved the `LIB` and `INCLUDE` recommendation down since they're mostly needed for PyGObject. Finally, I thought that it could be good to recommend setting the environment variables in the Control Panel instead of via `$env:Path = ...` so that: * It would be persistent, and * It would be system-wide (Command Prompt, Powershell, IDEs, etc) [1] https://stackoverflow.com/questions/15906580/how-to-configure-gtk-on-visual-studio-2010 [2] #405
- Loading branch information
1 parent
007c34e
commit ebd5f8a
Showing
3 changed files
with
51 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.