wine 1.1.7

after i download my wine-1.1.7 i compiled it with some error at first. in fact i download some wine~~.tgz file from slacky.eu but still no good. my most windows program wont work. actually i just want to use shareware njstar chinese for linux. u can download it in www.njstar.com

except for stand alone exe program, the wine can ran it well.
then incidentally i read in www.captain.at that the wine bug need some thing to configure first.

here are the step
1. create directory in ~/.wine/ called drive_c
2. create temp in ~/.wine/drive_c
or u can do by typing mkdir -p ~/.wine/drive_c/temp

3. create config file in ~/.wine by
#nano ~/.wine/config
fill in with this :
[Drive X]
“Path” = “/tmp”
“Type” = “hd”
“Label” = “Tmp Drive”
“Filesystem” = “win95”

[wine]
[…]
“Temp” = “X:\”

4. create symbolic link
#ln -sf ~/.wine/drive_c/temp ~/.wine/dosdevices/x:
it means that u create a x: drive for temp.

and finally my NJStar run and install its self to the C:
then i found out in my K menu there’s a folder called wine and NJ star is inside.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.