Note1: i forgot to mention that you have to set some shell variables
       to run under cygwin (HTPATH is optional)

set DISPLAY=127.0.0.1:0.0
set AXIOM=/cygwin/c/page/int/hyper
set HTPATH=doc/hypertex

Note2: the hyperdoc compiled below will also run OUTSIDE of cygwin:
       (be careful about / vs \

cd c:\page\nt\hyper
cp from cygwin the following dlls:
  cygX11-6.dll
  cygXpm-4.dll
  cygwin1.dll

set DISPLAY=127.0.0.1:0.0
set AXIOM=\page\int\hyper
set HTPATH=doc\hypertex

hyperdoc


=================================================================
Bill,

1) get the files
     save hyperdoc from http://daly.axiom-developer.org/hyperwin.tgz 

2) start the X server
    get Xming from http://freedesktop.org/wiki/Xming
    install Xming (just run the exe)

    in a command prompt window
    cd C:\Program Files\Xming
    xlaunch 
      (use multiple-windows option, use no startups, and click until exit)

3) start hypertex
    in cygwin do:

      mkdir /cygdrive/c/page
      cd  /cygdrive/c/page
      tar -zxf hyperwin.tgz
      cd int/hyper
      export AXIOM=/cygdrive/c/page/int/hyper
      ./hypertex

(note that hypertex uses $AXIOM and appends doc/hypertex/pages to find ht.db
 if you can't find ht.db then the AXIOM variable is wrong)

and you get the browser in a window.




_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to