Fix project generator for Windows; update docs for IDE

This commit is contained in:
Ivan Kravets
2015-09-05 20:50:30 +03:00
parent d566eb2a36
commit 3cb4e6e854
25 changed files with 161 additions and 62 deletions
+6 -2
View File
@@ -34,8 +34,12 @@ Since PlatformIO 2.0 you can generate Visual Studio compatible project using
platformio init --ide visualstudio --board %TYPE%
Then import this project via ``File->Open->Project/Solution`` and specify root
directory where is located :ref:`projectconf`.
Then:
1. Import this project via ``Menu: File > Open > Project/Solution``
and specify root directory where is located :ref:`projectconf`
2. Open source file from ``src`` directory (``*.c, *.cpp, *.ino, etc.``)
3. Build project: ``Menu: Build > Build Solution``.
Manual Integration
^^^^^^^^^^^^^^^^^^