Unix : Just find
the correct executable (in the bin/ subdirectory of the QS distribution), move it somewhere in the user's path, and give the name
Qs. If you do not have root privileges and want to try Qs from your area,
find the correct executable and define a symbol Qs pointing
to it. A typical sequence of commands would be :
7
$ cd Qs/bin/SGI/
$ mv IRIX64_R10000_IP27 Qs
$ ln -s ./Qs ./Qsi
$ pwd
/usr/people/something/Qs/bin/SGI
$ alias Qs /usr/people/something/Qs/bin/SGI/Qs
$ alias Qsi /usr/people/something/Qs/bin/SGI/Qsi