﻿Quick start guide to building ASD Probe Plugin
--------------------------------------------------------------------

Windows and VS2015:
cd edfx\sw
-- Create the workspace/OpenIPC.sln VS 2015 Solution file
mkdir workspace
cd workspace
cmake --configure -G "Visual Studio 14 2015 Win64" ..\OpenIPC_ProbePlugin
cmake --build . --config Release && build\PluginSDK\Bin\ASD_ConnectionUnitTests_x64.exe && build\PluginSDK\Bin\ProbePluginASD_JTAGUnitTests_x64.exe

Linux:
-– Create the workspace make files
mkdir workspace
cd workspace
cmake --configure ..\OpenIPC_ProbePlugin
make ASD_ConnectionUnitTests ProbePluginASD_JTAGUnitTests ProbePluginASD_JTAG
