70 |
ISSUES WITH THE TCL/TK INTERFACE |
ISSUES WITH THE TCL/TK INTERFACE |
71 |
|
|
72 |
It can sometimes be a bit challenging to build the Tcl/Tk |
It can sometimes be a bit challenging to build the Tcl/Tk |
73 |
interface. ASCEND requires Tcl/Tk version 8.3.5, which is not the |
interface. ASCEND can run with Tcl/Tk version 8.4 but it is more stable when |
74 |
standard version on modern Linux distributions. A suggested |
using Tcl/Tk version 8.3. |
75 |
approach in this case is to download and install the 'ActiveTcl' |
|
76 |
|
A suggested approach in this case is to download and install the 'ActiveTcl' |
77 |
distribution, version 8.3.5, and to install it in ~/activetcl. |
distribution, version 8.3.5, and to install it in ~/activetcl. |
78 |
http://downloads.activestate.com/ActiveTcl/Windows/8.3.5/ |
http://downloads.activestate.com/ActiveTcl/Windows/8.3.5/ |
79 |
|
|
82 |
export LD_LIBRARY_PATH=~/activetcl/lib:~/activetcl/lib/Tktable2.8 |
export LD_LIBRARY_PATH=~/activetcl/lib:~/activetcl/lib/Tktable2.8 |
83 |
scons TCL=~/activetcl |
scons TCL=~/activetcl |
84 |
|
|
85 |
|
See also the TCL_LIB and TK_LIB flags (scons -Qh). |
86 |
|
|
87 |
------ |
------ |
88 |
INSTALLING ON LINUX |
INSTALLING ON LINUX |
89 |
|
|
111 |
your system (which is free, at http://nsis.sf.net/). Then you |
your system (which is free, at http://nsis.sf.net/). Then you |
112 |
should simply need to type |
should simply need to type |
113 |
|
|
114 |
scons WITH_INSTALLER=1 |
scons installer |
115 |
|
|
116 |
This will leave an installer package named 'ascend-setup.exe' |
This will leave an installer package named 'ascend-setup.exe' |
117 |
in the pygtk/interface directory. |
in the pygtk/interface directory. |