Changes between Version 6 and Version 7 of StartTestingLinuxOnWindows
- Timestamp:
- Dec 16, 2013, 2:20:36 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StartTestingLinuxOnWindows
v6 v7 45 45 * Some of the additions don't become effective until a reboot, so click the vaguely gear-like icon in the upper right corner of the Ubuntu Desktop, and select: Shut down... 46 46 47 == Set up Ubuntu for Boost library maintenance == 48 49 Now we need to set Ubuntu up for Boost library maintenance. These steps only have to be done once. 47 == Set up Ubuntu Terminal == 50 48 51 49 * Start the virtual machine. … … 55 53 56 54 Note: Your clipboard is being shared between Windows and the Ubuntu Linux virtual machine, so you can copy-and-paste or drag-and-drop stuff between windows on the two machines, just like you do between windows on Windows. 55 56 == Install Git, GCC, and Clang == 57 57 58 58 * In the terminal window, check for the presence of Git, GCC/g++, and Clang/clang++ and install if necessary. Portions of command responses are shown where helpful: … … 100 100 }}} 101 101 102 == Setup Git == 102 == Set up ssl == 103 104 We need to set up ssl before pushing anything to GitHub, so set that up now. All that has to be done is to copy your .ssh directory from your Windows user directory to your Linux home (aka ~) directory. !VirtualBox enables sharing between Windows and Linux file systems, but that hasn't be configured yet so just on Windows copy the .ssh directory to a USB flash drive and then on Linux copy it to your home directory. 105 106 Specifics to be supplied. 107 108 == Set up Git == 103 109 104 110 {{{