This commit is contained in:
Ludovic Jacomme 2004-07-26 20:56:39 +00:00
parent 34d3c79ae8
commit 0ba1402d3f
1 changed files with 16 additions and 2 deletions

View File

@ -39,9 +39,9 @@ Unzip the binary archive under / cygwin directory:
Each user has to source /alliance/etc/alc_env.[c]sh to set Alliance environment
variables to be able to run the Alliance tools.
in sh > . /alliance/etc/alc_env.sh
using sh > . /alliance/etc/alc_env.sh
in csh > source /alliance/etc/alc_env.csh
using csh > source /alliance/etc/alc_env.csh
This sets various default environment variables which could be changed by user
later (Like MBK_OUT_LO to set the netlist output file format).
@ -50,6 +50,20 @@ Documentations are installed in /alliance/doc/, Tutorials are installed
in /alliance/tutorials, and you will find many circuit examples with
associated makefile in /alliance/examples subdirectories.
# Graphic tools
# ===================================================================
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
environment variable.
You can use Xwin.exe (the cygwin X server) as follows :
> /usr/X11R6/bin/Xwin.exe -multiwindow -nodecoration &
> export DISPLAY=:0
And then launch graal :
> graal
# EOF