Changes between Version 6 and Version 7 of StartTestingLinuxOnWindows


Ignore:
Timestamp:
Dec 16, 2013, 2:20:36 PM (9 years ago)
Author:
Beman Dawes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StartTestingLinuxOnWindows

    v6 v7  
    4545* 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...
    4646
    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 ==
    5048
    5149* Start the virtual machine.
     
    5553
    5654 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 ==
    5757
    5858* 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:
     
    100100}}}
    101101
    102 == Setup Git ==
     102== Set up ssl ==
     103
     104We 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
     106Specifics to be supplied.
     107
     108== Set up Git ==
    103109
    104110{{{