Stop Microsoft

Operating Systems => Linux and UNIX => Topic started by: Parrott on 7 September 2003, 07:00

Title: Laugh as You must but, how does wine work
Post by: Parrott on 7 September 2003, 07:00
ok i go to download it and im getting really confused here, im running red hat if that helps... also im trying to get dmsn to work on linux but i odnt know what to do for that one either www.dmsn.nl.... (http://www.dmsn.nl....) so yeah help the n00b
Title: Laugh as You must but, how does wine work
Post by: Commander on 7 September 2003, 21:27
download the wine rpm from from their site(winehq.org) and run it.  this will install wine.  if u want to run a exe, type
$ "wine <whatever>.exe" in shell and it would run
 
and as for dmsn, just download the proper bin file.  after going through the installation, it would make a rundmsn(i think that's what it's called) shell script in ur home directory.  run that and that;s it!
Title: Laugh as You must but, how does wine work
Post by: Parrott on 7 September 2003, 17:44
umm, less technical?
Title: Laugh as You must but, how does wine work
Post by: Fett101 on 7 September 2003, 21:37
quote:
Originally posted by Xp Convert:
umm, less technical?


Magic   :D
Title: Laugh as You must but, how does wine work
Post by: Stryker on 7 September 2003, 21:58
don't they have instructions on their site?
Title: Laugh as You must but, how does wine work
Post by: Commander on 8 September 2003, 01:35
WINE:
download the proper RPM file from URL=http://sourceforge.net/project/showfiles.php?group_id=6241]this[/URL] page.  for eg. wine-20030813-1rh9winehq.i686.rpm if u r running redhat 9 with a i686 arch

after doing that, open a terminal, and type
$ rpm -i <filename>.rpm
and follow the instructions.  the installations does take a while so have patience.

DMSN:
download this (http://mirrors.searchy.nl/dMSN/Linux/NoVM/Setup.bin) file.
then open a terminal, cd to the directory you downloaded the file to and type,
$ sh Setup.bin
and it will start a windows like setup and it's done.  the setup will create a rundmsn_messenger script in your ~(home: /home/USER) directory.  to run that, open a terminal and type
$ sh rundmsn_messenger
this will start dmsn.

there.  hope that's a little more clear

PS: i'm not so dure about the filenames, i'll try to edit them to the exact ones once i get back.
Title: Laugh as You must but, how does wine work
Post by: Parrott on 8 September 2003, 07:19
thank you for your help...