Compilation of RigiEdit
Currently RigiEdit uses Tcl and Tk version 8.4. If these are not installed on your system, you first have to download and compile them.
In the Rigi/rigiedit
directory:
autoconf
to generate the configure
file. (Autoconf automatically takes as input Rigi/rigiedit/configure.in
configure
:
config.sh
does the trick for you
configure
manually, but you have to set quite a lot of configuration parameters
RCL
Whenever you make a change to RCL files, run auto_mkindex
to update the tclIndex
file. For example:
auto_mkindex /mypath/Rigi/rigiedit/Rigi/rcl *.rcl
More information about auto_mkindex
can be found here: http://www.tcl.tk/man/tcl8.4/TclCmd/library.htm#M9