Results 1 to 3 of 3
Hi
I have Red Hat Scientific Linux and I am trying to use Wine. I installed it my typing the following in Terminal:
./configure
make depend
make
It seemed to ...
- 10-02-2009 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 4
Installing Wine help
Hi
I have Red Hat Scientific Linux and I am trying to use Wine. I installed it my typing the following in Terminal:
./configure
make depend
make
It seemed to run these commands fine but when I type wine in Terminal it says it cannot find the command. I tried adding the path /usr/local/bin to bashrc but it didnīt work. Can anyone help?
Thanks
- 10-02-2009 #2Linux User
- Join Date
- Sep 2008
- Location
- UK
- Posts
- 353
I'm not a redhat expert, but have you had a look at one of the redhat repos to see if there is a precompiled package?
From your post, you have compiled the package without a problem, but since it is still in the directory you compiled it, you need to find the wine binary and run it from the same directory.
- 10-02-2009 #3This is usually followed by make install./configure
make depend
make


Reply With Quote