2,684
edits
(→Frame) |
|||
Line 67: | Line 67: | ||
Technically, the word "dependency" means that these scripts/programs should be in your $PATH - an 'alias' is often not good enough because the TOOLS commands use bash as a shell, and that shell does not inherit the aliases from e.g. (t)csh. | Technically, the word "dependency" means that these scripts/programs should be in your $PATH - an 'alias' is often not good enough because the TOOLS commands use bash as a shell, and that shell does not inherit the aliases from e.g. (t)csh. | ||
=== Installation === | |||
In case of Linux, the binary may be copied into e.g. the directory /usr/local/bin by the administrator, or to $HOME/bin by the user. Any other directory should be good as long as it is in your $PATH. | |||
In case of a Mac, the DMG file may be installed in the usual way, by double-clicking it and dragging the icon into the Applications folder. It is advantageous to place a symbolic link, like | |||
ln -s /Applications/xds-gui.app/Contents/MacOS/xds-gui /usr/local/bin/xds-gui | |||
and to start the GUI from a terminal window, by typing xds-gui . | |||
== Known bugs / problems / workarounds == | == Known bugs / problems / workarounds == |