From: kingnerdthethird Date: Sun, 8 Jul 2018 17:10:48 +0000 (-0400) Subject: Added in a step to tell users about how to connect to the SSHD server they have running. X-Git-Url: https://dealii.43-1.org/cgi-bin/gitweb.cgi?p=dealii.wiki.git;a=commitdiff_plain;h=390d0660630b2dfd4d842bb803ddcb9437c042a3 Added in a step to tell users about how to connect to the SSHD server they have running. --- diff --git a/Windows.md b/Windows.md index ae0a96a..bc78eb1 100644 --- a/Windows.md +++ b/Windows.md @@ -214,13 +214,19 @@ directory from Linux is `/mnt/c/Users//Documents/workspace`. (Substitute ``` Make sure to keep the terminal open and the sshd server running while working in Visual Studio -5. Configure the project in Visual Studio +5. Open Visual Studio and navigate to 'Tools' -> 'Options' -> 'Cross Platform' -> 'Connection Manager' + * The Host name should be 'localhost' + * The Port should be 22 + * The User Name and Password are the ones you used to set up Debian + * Hit okay and wait for Visual Studio to run through setting up the connection + +6. Configure the project in Visual Studio * Open the project file `c:\Users\\Documents\workspace\step-6.vcxproj` in Visual Studio. * In the `Solution Explorer` right-click on the project and select `Properties` * Go to the `Debugging` page and set `Program` to `/mnt/c/Users//Documents/workspace/step-6/step-6`. * Go to the `Build` page and set `Build Command Line` to `cd /mnt/c/Users//Documents/workspace/step-6/; cmake .; make`. -6. Run the executable via `Debug` -> `Start Debugging` (or press `F5`) and celebrate! +7. Run the executable via `Debug` -> `Start Debugging` (or press `F5`) and celebrate! # Using deal.II on native Windows