break

Compile Support

This will help guide you on how to compile your software on your RimaSec.Net unix shell account.

The most common way to compile something in your shell account is using the make or gmake commands.

If you dont have a Makefile to guide make or gmake and only have a single .c application/script to run, then using gcc file.c -o file should do.

See also, Using the GNU Compile Collection (GCC)