Update documentation

This commit is contained in:
Gregory Casamento 2019-08-11 14:32:51 -04:00
parent f7dcee7f34
commit 5a99014350

View File

@ -1,16 +1,24 @@
Installation on Windows
--
1. Either get git for windows here: http://git-scm.com/download/win
or github desktop here: http://desktop.github.com
2. Get the source from http://github.com/gcasa/SCSI2SD
3. Download and install the latest version of mingw from their website at http://www.mingw.org
4. Install the developer tools for that version of mingw including gcc and other related tools
5. change to the directory cloned the repository to, C:\Development\SCSI2SD
Installation on Windows
--
1. Either get git for windows here: http://git-scm.com/download/win
or github desktop here: http://desktop.github.com
2. Get the source from http://github.com/gcasa/SCSI2SD
3. Download and install the latest version of mingw from their website at http://www.mingw.org
4. Install the developer tools for that version of mingw including gcc and other related tools
5. Open the msys shell in most installations this is in MSYS/1.0/mingw/msys.sh
6. change to the directory cloned the repository to, C:\Development\SCSI2SD
7. cd software
8. Execute the build.sh
PLEASE REPORT ANY ERRORS BACK TO US....