Latest PS3 News Forum Updates

  • News
  • Posts
  • PS3 CFW
  • PS3 Files
  • PS3 Hacks
  • PS3 Help
  • PS3 Releases
  • PS3 Themes
  • PS3 Trophies
  • PS Vita Trophies
  1. #1

    [Answered] PSL1GHT must be set in the enviroment?

    Does anybody know how to fix this error?
    Code:
    make pkg
    Makefile:3:  *** "PSL1GHT must be set in the enviroment". Stop.
    I was only trying to compile that simple template that came along with PSL1GHT.

    Any help on this is appreciated.

    Thanks

    StoneCutter

    Best Answer - Posted by CJPC

    You need to export the variable "PSL1GHT" to the path in which it is.

    For linux something as simple (for the session) in the terminal should be: export PSL1GHT=/path/to/psl1ght/build or so.

    In windows, you should be able to set this by going into the control panel, hitting system, and doing it in there.

    Of course, the path is dependant on where you installed it to.

  2. #2
    You need to export the variable "PSL1GHT" to the path in which it is.

    For linux something as simple (for the session) in the terminal should be: export PSL1GHT=/path/to/psl1ght/build or so.

    In windows, you should be able to set this by going into the control panel, hitting system, and doing it in there.

    Of course, the path is dependant on where you installed it to.