2,684
edits
Line 101: | Line 101: | ||
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 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 | 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 | 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 . | '''and to start the GUI from a terminal window, by typing xds-gui'''. | ||
== Known bugs, problems and workarounds == | == Known bugs, problems and workarounds == |