OpenXcom Forum

OpenXcom Forks => OpenXcom Extended (OXCE) => OXCE Support => Topic started by: niculinux on September 12, 2016, 12:16:27 pm

Title: [Solved] Linux dependencies for builds of Meridian's OXCE+
Post by: niculinux on September 12, 2016, 12:16:27 pm
As for this topic (https://openxcom.org/forum/index.php/topic,4526.0.html) (and specifically here (https://openxcom.org/forum/index.php/topic,4526.msg67283.html#msg67283)) to have some clear info about, what are the dependencies for Linux builds of Meridian's OXCE+? (https://lxnt.wtf/oxem/)

I suppose should be the same as the vanilla openxcom and/or openxcom extended, and as far as i can tell, libsdl is needed, but i think there are some more, right?
Title: Re: Linux dependencies for builds of Meridian's OXCE+
Post by: Meridian on September 12, 2016, 12:26:06 pm
Please stop spamming, this is already at least your fifth post about dependencies.

The dependencies are exactly the same as for vanilla.
If you don't know what they are, or cannot find them, or cannot install them or have any other problem, use Windows.
Title: Re: Linux dependencies for builds of Meridian's OXCE+
Post by: niculinux on September 12, 2016, 12:39:39 pm
Please stop spamming, this is already at least your fifth post about dependencies.

The dependencies are exactly the same as for vanilla.
If you don't know what they are, or cannot find them, or cannot install them or have any other problem, use Windows.

Ok thanks, did not meant to spam. These are listed on the Ufopedia dedicated page (https://www.ufopaedia.org/index.php/Installing_(OpenXcom)#Unix-like), just realized, over and out  :-X
Title: Re: [SOLVED] Linux dependencies for builds of Meridian's OXCE+
Post by: Stoddard on September 12, 2016, 12:47:06 pm
Duh.

There's a readme file even. https://lxnt.wtf/oxem/buildshttps://README.txt

And it even has the command to install the lot of them:

Code: [Select]
apt-get install libsdl1.2debian libsdl-gfx1.2 libsdl-image1.2 libsdl-mixer1.2
It cannot get any more clearer.

Title: Re: [SOLVED] Linux dependencies for builds of Meridian's OXCE+
Post by: niculinux on September 12, 2016, 01:02:06 pm
Duh.

There's a readme file even. https://lxnt.wtf/oxem/buildshttps://README.txt

And it even has the command to install the lot of them:

Code: [Select]
apt-get install libsdl1.2debian libsdl-gfx1.2 libsdl-image1.2 libsdl-mixer1.2
It cannot get any more clearer.

Ops...missed completely!  :-[ Only a closing note: referred to the 3.0 stable branch, but i think these won't change in the next openxcom extended executable  :)
Title: Re: [SOLVED] Linux dependencies for builds of Meridian's OXCE+
Post by: Stoddard on September 12, 2016, 01:07:21 pm
Only a closing note: referred to the 3.0 stable branch, but i think these won't change in the next openxcom extended executable  :)

"If you see a "buffalo" sign on an elephant's cage, do not trust your eyes."
Title: Re: [SOLVED] Linux dependencies for builds of Meridian's OXCE+
Post by: niculinux on September 12, 2016, 06:10:03 pm
..and it worked, finally  8). I'd recommend usin option

Code: [Select]
--no-install-recommends
to avoid useless packages :)