Page 1 of 1

Compile Manaplus Portable

Posted: 13 Dec 2015, 04:03
by SudoPlatypus
Is there a way to make portable in linux behave like portable for Windows, putting all configs, logs, and downloaded clientdata in folder you install the portable client to.

I can compile client fine using

Code: Select all

./configure --prefix=$HOME/manaplus --enable-eathena --enable-portable --without-mumble
But when I run client it puts

Code: Select all

/home/qwerty/.config/mana/mana
and

Code: Select all

/home/qwerty/.local/share/mana
In same place as a native client.

I thought maybe this would but did not

Code: Select all

  --disable-rpath    

Re: Compile Manaplus Portable

Posted: 13 Dec 2015, 10:42
by 4144
Yes this is by design.
Bur you cam put potable.xml in directory with manaplus binary and it can override any paths for logs or configs.
See portable.xml in manaplus in windows installed with portable flag.