Hello All,

Based on feedback, I have changed the test a little. I removed the
previous Ubuntu One link and added setup-doc.txt only, no zip file.

NEW STEPS:

1. With Windows Explorer / File Manager, create a directory:
- c:\wsjt-doc  or  d:\wsjt-doc

2. Download, Save setup-doc.txt (attached to this email) to:
- c:\wsjt-doc  or  d:\wsjt-doc

Or download via: http://ubuntuone.com/2i57mdUeng1VOnh0GFVjoy

4. Rename the file:
- setup-doc.txt  to  setup-doc.bat

5. Download a Cygwin Installer (x86 or x86_64):
- Cygwin Page: http://cygwin.com/install.html
- Right Click, Save Link as ... Save to:
c:\wsjt-doc  or d:\wsjt-doc

6. Right Click >> Open, setup-doc.bat

7. When Prompted, press [ Enter Key ] To finish install.

8. Launch the Cygwin Terminal:
- With Explorer or File Manager, browse too:
- c:\wsjt-doc  or  d:\wsjt-doc
- Right-Click  or  Double-Click: wsjt-doc.bat

9. Checkout WSJT Documentation:
- At the Cygwin Terminal Prompt:

svn co svn://svn.berlios.de/wsjt/branches/doc

10. Change dir and build the Documents:
cd ./doc
./build-doc.sh all

- Select Y to confirm
- This should build all the documents we have .adoc source files for.

11. Open WSJT-X User Guide:
- Browse to C:\wsjt-doc\cygwin\home\$USER-NAME\doc\wsjtx
- Right-Click >> Open, or Double-Click on: wsjtx-main-toc2.html

If all goes well, you should have a Left TOC version of the latest
WSJT-X User Guide.

Please let me know if you have issues with the steps, building of
documents or with the docs themselves.


73's
Greg, KI7MT
[email protected]
REM -- WSJT Docs Automated Set-Up
REM -- Author:          KI7MT, [email protected]
REM -- Version:         0.0.2
REM -- Copyright:       None

REM -- Start Main Script
@ECHO OFF
SETLOCAL
%~dp0

REM -- Configure Options
SET SITE=http://cygwin.mirrors.pair.com/
SET PKGDIR=%CD%/cygpkgs
SET ROOTDIR=%CD%/cygwin

REM -- Pick an Installer
IF EXIST setup-x86.exe (
SET INSTALLER=setup-x86.exe
) ELSE (
IF EXIST setup-x86_64.exe (
SET INSTALLER=setup-x86_64.exe
) ELSE (
CLS
ECHO ######################################
ECHO # *** Cygwin Setup.exe Not Found *** #
ECHO ######################################
ECHO.
ECHO [ %~n0 ] was unable to find a Cygwin Setup File
ECHO.
ECHO Location: %~dp0
ECHO File Names: setup-x86.exe / setup-x86_64.exe
ECHO. 
ECHO Please ensure a Cygwin setup file is in the same
ECHO location as %~n0.bat, then re-run the batch file.
ECHO.
PAUSE
EXIT /B 0
))

REM -- Start Cygwin Installation
MODE con:cols=90 lines=20
SET PACKAGES=mintty,python,subversion,ncurses,source-highlight
%INSTALLER% -q -D -L -X -g -s %SITE% -l "%PKGDIR%" -R "%ROOTDIR%" -P %PACKAGES%

REM -- Create WSJT-Doc Batch File
IF EXIST %CD%\wsjt-doc.bat (
DEL %CD%\wsjt-doc.bat
)

ECHO REM -- WSJT Documentation Batch File >> wsjt-doc.bat
ECHO @echo off >> wsjt-doc.bat
ECHO chdir %CD%\cygwin\bin >> wsjt-doc.bat 
ECHO start mintty.exe -s 110,30 %CD%\cygwin\bin\bash --login -i >> wsjt-doc.bat 
REM -- End Batch file creation

CLS
ECHO ################################################
ECHO #      *** Cygwin Setup Complete ***           #
ECHO ################################################
ECHO.
ECHO To run the Cygwin terminal, Double-Click on 
ECHO %CD%\wsjtx-doc.bat
ECHO.
ECHO Once your in the Cygwin Terminal, checkout
ECHO the latest WSJT Documentation with tree:
ECHO.
ECHO At the prompt: ^$
ECHO svn co svn://svn.berlios.de/wsjt/branches/doc
ECHO.
ECHO Then test build with: ./build-doc.sh all
ECHO.
PAUSE

ENDLOCAL

EXIT /B 0

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Wsjt-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/wsjt-devel

Reply via email to