Changes between Version 8 and Version 9 of StartTestingLinuxOnWindows
- Timestamp:
- Dec 16, 2013, 5:25:41 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StartTestingLinuxOnWindows
v8 v9 102 102 == Set up ssl == 103 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.104 We 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. 105 105 106 106 Specifics to be supplied. … … 118 118 }}} 119 119 120 == Set up user-config.jam == 121 122 {{{ 123 $ gedit user-config.jam 124 }}} 125 126 That will fire up {{{gedit}}}, a graphical text editor useful for editing text files including C++ program files. 127 128 Copy these two lines into the {{{gedit}}} window: 129 130 {{{ 131 ... 132 }}} 133 134 Hit Ctrl-S, then close the program by clicking the small x icon at the top of the gedit window. 135 120 136 == Set up Boost == 121 137 … … 126 142 Cloning into 'modular-boost'... 127 143 ... 144 cd modular-boost 128 145 $ ./bootstrap.sh 129 146 ... 130 sudo mv b2 /usr/bin147 $ sudo mv b2 /usr/bin 131 148 }}} 132 149