Installing PROFIT
Installing Profit is straightforward, although it helps if you are
familiar with unix "tarballs" and the unix directory
structure. Mac OSX users should be able to download the binary
version which will expand either automatically or after
double-clicking.
Step-by-Step Installation
Step 1 |
Download the most recent binary Profit distribution for your OS,
or download the source distribution. If available for your operating
system, we recommend the binary distribution as it is quicker and
easier to install. |
Step 2 (Linux/Solaris/Mac Binary) |
Untar the distribution in a convenient directory: |
unix% cd directory for profit |
unix% tar zxf profit-version-ostype.tar.gz |
unix% cd profit |
Step 2 (Windows Binary) |
Double-click on the profit-version-windows.exe file. |
The installer will automatically run and install Profit |
Step 2 (Source) |
Untar the distribution in a convenient directory: |
unix% cd directory for profit |
unix% tar zxf profit-version-src.tar.gz |
unix% cd profit |
Now read the INSTALL directions for more details: |
unix% more INSTALL |