Fixed markdown files

This commit is contained in:
Dimitris Panokostas 2019-10-18 09:25:00 +02:00
parent cf66c30e98
commit 67cbab042c
3 changed files with 27 additions and 14 deletions

View file

@ -1,5 +1,6 @@
Visual Studio solution using VC++ for Linux.
Visual Studio solution using VC++ for Linux
===========================================
With this solution you can use Visual Studio to edit the sources, remote debug and remote build the project running on a Pi.
For now, no cross compilation is supported in this project but if that is added from Microsoft in the future this solution will be updated accordingly.
@ -8,8 +9,8 @@ The project is configured to be deployed on a standard Raspbian distro, under th
If you want to use Intellisense, you will need to copy the include files from the Pi locally and point the project to them.
You will need Visual Studio 2015 or later and VC++ for Linux installed.
Look here for more information on VC++ for Linux:
https://blogs.msdn.microsoft.com/vcblog/2016/03/30/visual-c-for-linux-development/
Look here for more information on VC++ for Linux:
<https://blogs.msdn.microsoft.com/vcblog/2016/03/30/visual-c-for-linux-development/>
Here you can find a demo video of Linux Development with C++:
https://channel9.msdn.com/Series/Visual-Studio-2017-Demo-Videos/Visual-Studio-2017-Linux-Development-with-C
Here you can find a demo video of Linux Development with C++:
<https://channel9.msdn.com/Series/Visual-Studio-2017-Demo-Videos/Visual-Studio-2017-Linux-Development-with-C>