| I l@ve RuBoard |
Some of these programs require compiling. While program documentation may offer more specific instructions, here are general compiling directions. First, within the directory containing the source code for the tool, issue the following command:
./configure
Next, use the make command:
./make
Finally, issue a make install command:
./make install
This series of steps should generally install programs that need compiling. Of course, gcc or cc compilers generally need to be installed on the system in order for these commands to work.
| I l@ve RuBoard |