-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Using with Visual Studio
jpakkane edited this page Jul 7, 2014
·
6 revisions
In order to generate Visual Studio projects, Meson needs to know the settings of your installed version of Visual Studio. The only way to get this information is to run Meson under the Visual Studio Command Prompt. The steps to set it up are as follows:
- Click on start menu and select "Visual Studio Command Prompt"
- cd into your source directory
- mkdir build
- python3 path/to/meson.py build --backend vs2010
This assumes Python3 is in your PATH, which is highly recommended.
All documentation is now on the main web site.
This page should be at this address.