Changes between Version 8 and Version 9 of StartTestingLinuxOnWindows


Ignore:
Timestamp:
Dec 16, 2013, 5:25:41 PM (9 years ago)
Author:
Beman Dawes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StartTestingLinuxOnWindows

    v8 v9  
    102102== Set up ssl ==
    103103
    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.
     104We need to set up ssl before pushing anything to GitHub. 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.
    105105
    106106Specifics to be supplied.
     
    118118}}}
    119119
     120== Set up user-config.jam ==
     121
     122{{{
     123$ gedit user-config.jam
     124}}}
     125
     126That will fire up {{{gedit}}}, a graphical text editor useful for editing text files including C++ program files.
     127
     128Copy these two lines into the {{{gedit}}} window:
     129
     130{{{
     131...
     132}}}
     133
     134Hit Ctrl-S, then close the program by clicking the small x icon at the top of the gedit window.
     135
    120136== Set up Boost ==
    121137
     
    126142Cloning into 'modular-boost'...
    127143...
     144cd modular-boost
    128145$ ./bootstrap.sh
    129146...
    130 sudo mv b2 /usr/bin
     147$ sudo mv b2 /usr/bin
    131148}}}
    132149