dependancy list

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
JsnMtth
Bounty Hunter
Bounty Hunter
Posts: 174
Joined: Wed May 27, 2009 6:38 am
Location: Fresno, California - United States of America
Contact:

dependancy list

Post by JsnMtth »

Anyone have a dependancy list?

Suppose I wanted a distro agnostic build?
What are the build requirments from libc to gcc to this and that?
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Re: dependancy list

Post by loki1950 »

Not sure of all the dependancies i just followed the wiki article a long time ago and there has never been a problem with the lower level stuff as most current distros have a base build tool chain meta package ie. Unbuntu's build-essentials and the needed extra packages are listed on the wiki.

Enjoy the Choice :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
JsnMtth
Bounty Hunter
Bounty Hunter
Posts: 174
Joined: Wed May 27, 2009 6:38 am
Location: Fresno, California - United States of America
Contact:

Re: dependancy list

Post by JsnMtth »

mesa as opposed to SDL? Which one is better?
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Re: dependancy list

Post by loki1950 »

I would think SDL for it's cross-platform abilities as mesa is strictly X11.

Enjoy the Choice :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
energyman76b
ISO Party Member
ISO Party Member
Posts: 445
Joined: Tue Feb 11, 2003 8:04 am

Re: dependancy list

Post by energyman76b »

JsnMtth wrote:mesa as opposed to SDL? Which one is better?

mesa and sdl are two completly different things ;)

mesa is the opengl lib. SDL is an abstraction lib making use of mesa and provide stuff mesa doesn't. Like input, sound, text, windowing etc pp.

So there is no 'oppose'. SDL makes use of mesa on X11 systems.
JsnMtth
Bounty Hunter
Bounty Hunter
Posts: 174
Joined: Wed May 27, 2009 6:38 am
Location: Fresno, California - United States of America
Contact:

Re: dependancy list

Post by JsnMtth »

Thanks :) Does it use DirectX on windows systems?
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Re: dependancy list

Post by loki1950 »

It can but we don't the Ogre 3D library allows you to choose between OpenGL and DirectX as it completely abstracts the rendering layer ATM we use OpenGL and have to code our own rendering layer completely.Ogre was not around when the project started :wink: so it's just another reason to move to it.

Enjoy the Choice :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
JsnMtth
Bounty Hunter
Bounty Hunter
Posts: 174
Joined: Wed May 27, 2009 6:38 am
Location: Fresno, California - United States of America
Contact:

Re: dependancy list

Post by JsnMtth »

Does DirectX have some sort of advantage, I've seen it's popularity grow, but also noticed the excellent performance of the engines that John Carmack seems to crank out like hot cakes.
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Re: dependancy list

Post by loki1950 »

John Carmack seems to crank out like hot cakes.
As far has i can remember all the quake engines used OpenGl as well as the Doom3 engine,he also likes to GPL the the ones they are not actively selling hence Nexuiz,OpenArena and friends :wink: based on the Q2 and QA engines.

Enjoy the Choice :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
Post Reply