Fork of iso2opl, taken from the Open Ps2 Loader repo. It has a better makefile in order to build succesfully.
Just clone the repository using something like (in an empty folder):
git clone https://github.com/arcadenea/iso2opl.git .
then type:
make
If everything goes fine, there will be a new file created named "iso2opl".
Simply put your PS2 USB mass storage device in the computer, mount it and type
./iso2opl /xxxxxx/game.iso /yyyyyyy/massdevice "name of the game" [CD/DVD]
where:
/xxxxxx is the path where your game iso exists. /yyyyyy/massdevice is the path of your mounted USB device (usually something like /media/xxxxx). You can check this out with the command "mount". "name of the game" is the name that you want to be displayed on Open PS2 Loader. It must have between 3 and 32 characters. [CD/DVD] It depends if the original media of the game is a CD or a DVD.
Example:
./iso2opl /home/user/game.iso /media/myusbstorage "awesome game" DVD