Guest User

Untitled

a guest
Jan 22nd, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. # defines for the CellOS Lv-2 SDK
  2. # for more possible defines, have a look at the files in cell/samples/mk
  3.  
  4. # mandatory paths
  5. export CELL_SDK=/usr/local/cell
  6. export PATH=$PATH:$CELL_SDK/host-linux/bin:$CELL_SDK/host-linux/ppu/bin:$CELL_SDK/host-linux/spu/bin:$CELL_SDK/host-linux/Cg/bin
  7.  
  8. # samples path (edit this if you clone cell/samples into a user-writeable directory)
  9. #export CELL_SAMPLE_DIR=$CELL_SDK/samples
  10.  
  11. # additional paths (you might want to adapt these for even more flexibility)
  12. #export CELL_FW_DIR=$CELL_SDK/samples/fw
  13. #export CELL_DATA_DIR=$CELL_SDK/sample_data
  14.  
  15. # optional parmeters
  16. #export CELL_GPU_TYPE=rsx
  17. #export CELL_PSGL_VERSION=debug
  18. #export CELL_DISPLAY_MODE=720p
  19.  
  20. # dtnetm setup
  21. #export DTNETM=<hostname>
Add Comment
Please, Sign In to add comment