aliens

Author Topic: [Solved] Linux dependencies for builds of Meridian's OXCE+  (Read 4144 times)

niculinux

  • Guest
[Solved] Linux dependencies for builds of Meridian's OXCE+
« on: September 12, 2016, 12:16:27 pm »
As for this topic (and specifically here) to have some clear info about, what are the dependencies for Linux builds of Meridian's OXCE+?

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?
« Last Edit: February 12, 2023, 01:25:22 pm by Meridian »

Offline Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 8631
    • View Profile
Re: Linux dependencies for builds of Meridian's OXCE+
« Reply #1 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.

niculinux

  • Guest
Re: Linux dependencies for builds of Meridian's OXCE+
« Reply #2 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, just realized, over and out  :-X
« Last Edit: September 12, 2016, 01:00:40 pm by niculinux »

Offline Stoddard

  • Colonel
  • ****
  • Posts: 485
  • in a fey mood
    • View Profile
    • Linux builds & stuff
Re: [SOLVED] Linux dependencies for builds of Meridian's OXCE+
« Reply #3 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.


niculinux

  • Guest
Re: [SOLVED] Linux dependencies for builds of Meridian's OXCE+
« Reply #4 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  :)

Offline Stoddard

  • Colonel
  • ****
  • Posts: 485
  • in a fey mood
    • View Profile
    • Linux builds & stuff
Re: [SOLVED] Linux dependencies for builds of Meridian's OXCE+
« Reply #5 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."

niculinux

  • Guest
Re: [SOLVED] Linux dependencies for builds of Meridian's OXCE+
« Reply #6 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 :)