[Wine] wine on RAM?

IneedAname wineappdb at googlemail.com
Tue Feb 17 20:43:41 CST 2009


On Tue, 17 Feb 2009 10:04:45 -0600
"vajorie" <wineforum-user at winehq.org> wrote:

> so, the clear question qould be, now, "I have created a tmpfs directory in my home directory. how do I throw wine and all its libraries and everything into that directory so that all wine uses is the files in that directory?"

Right, you want to install wine into your ram disk.

You need to build wine your self fetch the source and run this:
./configure --prefix="/path/to/the/place/you/have/your/ramdisk/mounted"
before you use "make"

Then when you run wine use:
env WINEPREFIX="/path/to/the/place/you/have/your/ramdisk/mounted/myprefix" "/path/to/the/place/you/have/your/ramdisk/mounted/bin/wine" "(PROGRAM PATH)"

By the way you will need to dump your ramdisk to your hard drive before you shutdown or you lost it all. but I'm sure you new that.



More information about the wine-users mailing list