.com.unity Forums

.com.unity Forums (http://forum.shrapnelgames.com/index.php)
-   Dominions 2: The Ascension Wars (http://forum.shrapnelgames.com/forumdisplay.php?f=55)
-   -   OT: Linux (http://forum.shrapnelgames.com/showthread.php?t=19724)

Esben Mose Hansen August 26th, 2004 05:48 AM

Re: OT: Linux
 
Just untar it over the directory. Despite tar's archaic options, I prefer doing this from a command line, so something like this should do the trick:
<font class="small">Code:</font><hr /><pre>su -
tar -zxvf /path/to/patch/dompatch212_linux_x86.tgz /usr/local/games/dominions2</pre><hr />
Sorry about the star (No, it wasn't me, honost!)

guybrush threepwood August 26th, 2004 05:49 AM

Re: OT: Linux
 
"overriding" files in a linux command line is done by either copying or moving the source file to the target file.

So either

1)

<font class="small">Code:</font><hr /><pre>mv /home/lukeskywalker/myfile /whereeveryouwantthefile/myfile</pre><hr />

or

2)

<font class="small">Code:</font><hr /><pre>cp /home/lukeskywalker/myfile /whereeveryouwantthefile/myfile</pre><hr />

Option 1 would remove the source file whereas 2 would keep it.


EDIT: Looks like Esben beat me to it http://forum.shrapnelgames.com/images/smilies/happy.gif - and yes Esbens Version is probably the easiest in this particular situation.

Gandalf Parker August 26th, 2004 11:05 AM

Re: OT: Linux
 
My dom2 game installed in
/usr/games/dominions/

and it put the dom2 executable in
/usr/local/bin/

So I didnt need a path change. Seemed to work fine that way. Of course it was an system wide install done as root, not a user install on someone elses machine (which is possible but ends up in a different layout)

Esben Mose Hansen August 27th, 2004 05:29 AM

Re: OT: Linux
 
Quote:

Gandalf Parker said:
My dom2 game installed in
/usr/games/dominions/


You mean /usr/local/games/dominions2/, right? (No point in confusing the newbies http://forum.shrapnelgames.com/images/smilies/happy.gif ) Installing the binary under /usr/local/ and the game itself under /usr/ makes no sense in any case.


All times are GMT -4. The time now is 10:04 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.