Speak about everything in regards to Crossfire.
Moderator: Board moderators
Rednaxela
Senior member
Posts: 434 Joined: Wed Jan 26, 2005 5:13 am
Post
by Rednaxela » Sun Mar 13, 2005 6:28 pm
mikeeusa22 wrote: |/|/1nD3r5 r0XXX j00 pH46! 0n1y l00z3r5 \|\|17h n0 6Fz Uz3 l1n00kz!
4UR9. 1 |-|473 L337 5P34|<. 0|-| \/\/3LL... 17'$ pHU|\||\|'/ 1|\| 7|-|1$ (4$3
bort
Forum Junkie
Posts: 607 Joined: Sun Jun 20, 2004 9:40 pm
Location: LG
Post
by bort » Sun Mar 13, 2005 6:54 pm
You can always package the installer with ZeroG's InstallAnywhere
It has OS detection/
/just that you need to register it first to make installers that dont expire. I dont want to register.
i dunno
Post
by i dunno » Wed Mar 16, 2005 10:49 pm
i got windos xp and it still does that
Leaf
Forum Aficionado
Posts: 1994 Joined: Tue Apr 29, 2003 5:55 pm
Location: Minnesota, USA
Contact:
Post
by Leaf » Wed Mar 16, 2005 11:22 pm
i dunno wrote: i got windos xp and it still does that
What version of the GTK Runtime Environment did you try?
Try the exact downloads listed here and see if that works:
http://crossfire.real-time.com/clients/ ... html#howto
Ryo
Forum Fanatic
Posts: 752 Joined: Mon May 19, 2003 9:16 pm
Location: Paris, France
Post
by Ryo » Thu Mar 17, 2005 9:29 am
bort wrote: You can always package the installer with ZeroG's InstallAnywhere
It has OS detection/
/just that you need to register it first to make installers that dont expire. I dont want to register.
NSIS works perfectly, thanks
Aaron
Senior member
Posts: 496 Joined: Sun Jan 30, 2005 9:04 pm
Location: New Jersey
Contact:
Post
by Aaron » Thu Mar 17, 2005 1:03 pm
i always perfer using make install to get things...
cavesomething
Forum Fanatic
Posts: 852 Joined: Sun Jun 13, 2004 2:07 am
Location: Hemel Hempstead
Post
by cavesomething » Thu Mar 17, 2005 3:21 pm
Aaron wrote: i always perfer using make install to get things...
For a system-wide install then checkinstall is nicer, it creates a package of the program, so that your package management software can remove it later.
Mith
Senior member
Posts: 348 Joined: Mon Oct 25, 2004 5:53 pm
Location: somewhere in nowhere
Post
by Mith » Thu Mar 17, 2005 7:01 pm
Aaron wrote: i always perfer using make install to get things...
i prefer to copy the binaries i need to some directory i want (~/crossfire/gcfclient/)
Bibendi ergo sum
or rather: sum ergo bibendi
cavesomething
Forum Fanatic
Posts: 852 Joined: Sun Jun 13, 2004 2:07 am
Location: Hemel Hempstead
Post
by cavesomething » Thu Mar 17, 2005 7:19 pm
it is nicer to use --prefix in that case
eg
./configure --prefix/home/uid/opt/foo
then make;make install (or checkinstall, although it makes less sense if it is in $HOME).
Mith
Senior member
Posts: 348 Joined: Mon Oct 25, 2004 5:53 pm
Location: somewhere in nowhere
Post
by Mith » Thu Mar 17, 2005 7:39 pm
no, i usually dont want man pages and other stuff installed. thats why i only copy the necessary binary
Bibendi ergo sum
or rather: sum ergo bibendi