First page Back Continue Last page Summary Graphic
Running your new software
By convention, the software is installed in /usr/local/bin when building from source tar archives.
Ensure that /usr/local/bin is in your $PATH, thus:
echo $PATH (look for /usr/local/bin)
(You may need to type "rehash" to "see" ddd).
Run the program by typing: ddd
If /usr/local/bin is NOT in the $PATH:
Run the program by typing: /usr/local/bin/ddd
If the software works, congratulations! (Demo)
Notes: