Het forum

Making a PlayOnLinux install script compatible with PlayOnMac?

Auteur Antwoorden
joe21 Donderdag 27 Mei 2010 om 22:38
joe21Anonymous

I have a install script which only contains POL script commands, with the exception of a call to wine and it references POL variables, will this be compatible with PlayOnMac?

Also should we only mark a install script as PlayOnMac compatible, if we have tested this script on a Mac?

Aangepast door joe21

Quentin PÂRIS Vrijdag 28 Mei 2010 om 22:38
Quentin PÂRISAnonymous

Yes ! On mac, you will ecounter several problems with 3D acceleration. You should test your script with POM to mark it as compatible.

Two main rules with PlayOnMac

Unix command are more stricts. You shouldn't use cp folder1 folder2 -r but cp -r folder1 folder2
You should not use $HOME/.PlayOnLinux but $REPERTOIRE (var that will be translated soon)