Changes between Version 16 and Version 17 of doc/make-seven-usable
- Timestamp:
- Mar 16, 2012, 11:50:58 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/make-seven-usable
v16 v17 23 23 * Tweaking 24 24 * Edit `c:\MinGW\msys\1.0\etc\fstab` using a text editor and append the following line: `c:\Users\ /home` (this will make sure MSYS see the proper user directories) 25 * Run `mingw-get update` then `mingw-get install mintty` 26 * Add `--mintty` to the MinGW shell icon command line 25 27 * Git 26 28 * Download and run msysGit ([http://code.google.com/p/msysgit/]) 27 29 * Choose the '''Run Git and included Unix tools from the Windows Command Prompt''' install option 28 * Terminal emulator29 * in an MSYS window, run `mingw-get update` then `mingw-get install msys-rxvt`