LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Iam very new to fedora how do i........ (https://www.linuxquestions.org/questions/fedora-35/iam-very-new-to-fedora-how-do-i-147990/)

DARKRAIN 02-19-2004 08:37 AM

Iam very new to fedora how do i........
 
Setup wineX 3.3? i need step by step, this is my first time using any type of linux. I'am using fedora core 1 no updates. If i need updates you will need to walk me though those as well. I'am doing this on a pentium 166 with 64meg ram. i will be putting this on my AMD 2500+ system after i learn more about it.

DrOzz 02-19-2004 08:43 AM

well do you already have it? if so what file type is it ?
if not, then i'll explain cvs below ...
open up a terminal and type the following :

cvs -d:pserver:cvs@cvs.transgaming.org:/cvsroot login
When prompted for the password enter "cvs"
cvs -z3 -d:pserver:cvs@cvs.transgaming.org:/cvsroot co winex

you will then have a "winex" folder in your home folder after the lines above ... run the "wineinstall" script in the tools/ folder ...

DARKRAIN 02-19-2004 09:00 AM

Well i already have the wineX folder on the system. how do i run the "wineinstall"? i tried double click then run in a termial but i don't think eney thing happend. did i do something wrong?

DARKRAIN 02-19-2004 09:39 AM

This is the file i have winex3-3.0pre1.tar.bz2

DrOzz 02-19-2004 11:33 AM

tar -jxvf winex3-3.0pre1.tar.bz2
cd winex3 (or whatever the extracted folder is called)
read the README and/or INSTALL file ..
or when your inside the winex folder then :
cd tools
and then run the "wineinstall" script, just to have it spit out what
the next command will be after it completes a step ...
it kinda tells you what to do, to simplify things ...

DARKRAIN 02-19-2004 12:42 PM

This is what i get:
configure: error: no acceptable c compiler found in $path
what do i need to do?

DARKRAIN 02-19-2004 01:04 PM

will any thing on this page work?
c compiler

DrOzz 02-19-2004 01:30 PM

well no idea why you linked me to yahoo.com but what that
error tells me is that you don't have gcc installed, so with that
said you must install the gcc package ;-)

DARKRAIN 02-19-2004 01:37 PM

the link was to go here http://www.informit.com/isapi/produc...tent/index.asp

DrOzz 02-19-2004 06:14 PM

well link or no link you still need to install the gcc package ;-)


All times are GMT -5. The time now is 02:00 PM.