document cell -DSPU_MAIN_PARAM_LONG_LONG flag

This commit is contained in:
Brian 2008-02-27 18:01:37 -07:00
parent 00bc91ac64
commit cabcee9ea9
1 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,11 @@ To use the driver you'll need a Cell system, such as a PS3 running Linux,
or the Cell Simulator (untested, though).
</p>
<p>
If using Cell SDK 3.0, first edit configs/linux-cell and add
<code>-DSPU_MAIN_PARAM_LONG_LONG</code> to the SPU_CFLAGS.
</p>
<p>
To compile the code, run <code>make linux-cell</code>.
</p>