Menu

VS2012 build

Help
Murad
2015-05-27
2015-05-27
  • Murad

    Murad - 2015-05-27

    Hello,

    please get me simple instruction for build solution in VS2012

    --
    С уважением, Чаниев Мурад

     
  • Ralf Globisch

    Ralf Globisch - 2015-05-27

    The project now uses CMake for building.
    1. Install CMake
    2. Run CMake
    3. Set the src and binary directories of the VPP project (See attachment)
    4. Click on "Configure"
    5. Select desired compiler and click "Finish" (See attachment). (There might be warnings in the output window about the 3rd party CMake, but you can ignore these).
    6. Click on "Generate"
    7. Navigate to the binary directory you specified in step 2, and open the vpp.sln solution
    8. Build the solution (F7)

     

Log in to post a comment.