Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit d1bfe9e2 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

Merge pull request #524 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:master to master

* commit 'd4c69e70':
  updating build configurations, readme how to compile
parents 93eee084 d4c69e70
No related branches found
No related tags found
No related merge requests found
COMPILING VECTO
---------------
Compiling VECTO requires Microsoft Visual Studio 2013 (or later)
Option 1: Compiling from the command-line
you can build VECTO using the following command:
"c:\Program Files (x86)\MSBuild\12.0\Bin\MSBuild.exe" Vecto.sln /t:Build /p:Configuration=Release
or
"c:\Program Files (x86)\MSBuild\12.0\Bin\MSBuild.exe" Vecto.sln /t:Build /p:Configuration=Debug
Option 2: Load the solution file in Visual Studio and compile VECTO.
The executable can be found in
<Path to VECTO-Source Folder>\VECTO\bin\Release
or
<Path to VECTO-Source Folder>\VECTO\bin\Debug
depending on the configuration.
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment