Skip to content

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:

  1. Click on start menu and select "Visual Studio Command Prompt"
  2. cd into your source directory
  3. mkdir build
  4. python3 path/to/meson.py build --backend vs2010

This assumes Python3 is in your PATH, which is highly recommended.

Meson documentation has moved

All documentation is now on the main web site.

This page should be at this address.

Clone this wiki locally