Unreal newbie

These are old archives. They are kept for historic purposes only.
Post Reply
Shaman
Posts: 2
Joined: Thu Nov 17, 2005 7:15 pm
Location: Kingston, ON

Unreal newbie

Post by Shaman »

Is is possible to install the server + modules and config files in a directory separate from the source?

--prefix=/some/directory

does not seem to be working for me. Running the server out of the source tree with its general clutter seems a lot of trouble. Please advise?
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Please read the documentation.
(--> Run ./Config, not ./configure. You may specify the path there.)
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Shaman
Posts: 2
Joined: Thu Nov 17, 2005 7:15 pm
Location: Kingston, ON

Post by Shaman »

Yes, I've run Config but it does not copy all required files using a "make install" like most other packages will. This is a very nice way of keeping the source tree and working environment separate.

I guess that it doesn't support that feature.
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Only a few files don't get copied. The only ones I can remember that don't get copied over to the new location are the SSL keys. Other than that, make install should copy all the needed files and modules to the new locastion with no problems.
Post Reply