better like this

This commit is contained in:
Ludovic Jacomme 2004-07-27 21:42:50 +00:00
parent 5f6ae65aa1
commit 606efb43e2
1 changed files with 4 additions and 6 deletions

View File

@ -54,14 +54,12 @@ associated makefile in /alliance/examples subdirectories.
# =================================================================== # ===================================================================
In order to use graphic tools such as graal or dreal you must have In order to use graphic tools such as graal or dreal you must have
an X server running and not to forget to set properly the DISPLAY an X server running. (see http://x.cygwin.com/ for details)
environment variable.
You can use Xwin.exe (the cygwin X server) as follows : You can use the startx script to run the cygwin X server as follows :
> /usr/X11R6/bin/Xwin.exe -multiwindow -nodecoration & > /usr/X11R6/bin/startx
> export DISPLAY=:0
And then launch graal : And then you can launch graal :
> graal > graal