←  [EN] Enduser support

Forums

»

Emu install via telenet

Pistons's Photo Pistons 5 Oct 2008

Need some help here :)

How I can remove and install emu-s via telenet?

Thank you
Quote

pieterg's Photo pieterg 5 Oct 2008

put the binary in /usr/bin
chmod +x /usr/bin/<binaryname>

touch /etc/plimgr/cams/<binaryname>

and it should show up in the softcam setup.

If you happen to need a custom start/stop script for your binary, you can put it in /etc/plimgr/scripts/<binaryname>, have a look at the scripts that are already there, to see what the syntax is.
Normally you don't need a script, only if your binary doesn't start the normal way.

To remove it, remove /etc/plimgr/cams/<binaryname>

Quote

Pistons's Photo Pistons 6 Oct 2008

Thanks
Quote