Author Topic: Laugh as You must but, how does wine work  (Read 643 times)

Parrott

  • Member
  • **
  • Posts: 61
  • Kudos: 0
Laugh as You must but, how does wine work
« 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.... so yeah help the n00b

Commander

  • Member
  • **
  • Posts: 242
  • Kudos: 52
Laugh as You must but, how does wine work
« Reply #1 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!
Ballmer needs a firm kick in the ass.... (since he has no balls)

Parrott

  • Member
  • **
  • Posts: 61
  • Kudos: 0
Laugh as You must but, how does wine work
« Reply #2 on: 7 September 2003, 17:44 »
umm, less technical?

Fett101

  • VIP
  • Member
  • ***
  • Posts: 1,581
  • Kudos: 85
    • http://fgmma.com
Laugh as You must but, how does wine work
« Reply #3 on: 7 September 2003, 21:37 »
quote:
Originally posted by Xp Convert:
umm, less technical?


Magic   :D

Stryker

  • VIP
  • Member
  • ***
  • Posts: 1,258
  • Kudos: 41
Laugh as You must but, how does wine work
« Reply #4 on: 7 September 2003, 21:58 »
don't they have instructions on their site?

Commander

  • Member
  • **
  • Posts: 242
  • Kudos: 52
Laugh as You must but, how does wine work
« Reply #5 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 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.
Ballmer needs a firm kick in the ass.... (since he has no balls)

Parrott

  • Member
  • **
  • Posts: 61
  • Kudos: 0
Laugh as You must but, how does wine work
« Reply #6 on: 8 September 2003, 07:19 »
thank you for your help...