File: DEPENDENCIES

package info (click to toggle)
lordsawar 0.3.2%2Bfrogknows-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 41,716 kB
  • sloc: cpp: 103,193; sh: 4,965; xml: 2,220; makefile: 1,371
file content (44 lines) | stat: -rw-r--r-- 1,882 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
The configure script should check for all these libs, but nevertheless here is
a list of the dependencies.

Requirements:

- libgtkmm >= 3.0

- libglibmm >= 2.4

- gstreamermm >= 1.0   (used for sound)
        to be found at: https://git.gnome.org/browse/gstreamermm

- libxml++ >= 2.6
        an XML parser to be found at: http://libxmlplusplus.sourceforge.net

- libarchive >= 0.28
    a library for managing tar files.  Found at: http:/www.libarchive.org

- libsigc++ >= 2.0
	to be found at http://libsigc.sf.net

- libxslt >= 1.1.20
        to be found at http://xmlsoft.org/

- pkg-config
    Should be distributed with the Linux distribution. Required for detecting
    the libsigc++-package and -flags

- GNU gettext 
    Should be distributed with the Linux distribution.


on Ubuntu you need the following packages:
sudo apt-get install automake autoconf libtool m4 autotools-dev autopoint g++ libsigc++-2.0-dev libglibmm-2.4-dev libgtkmm-3.0-dev gettext git libgstreamermm-1.0-dev intltool libarchive-dev libxslt1-dev libxml++2.6-dev

on Mageia you need the following packages:
sudo urpmi automake autoconf libtool m4 gettext gcc-c++ libsigc++2.0-devel lib64glibmm2.4-devel lib64gtkmm3.0-devel git lib64gstreamermm1.0-devel intltool libarchive-devel libxslt-devel libxml++2.6-devel make libtool

on Fedora you need the following packages:
sudo dnf install libglademm24-devel gtkmm30-devel gettext gstreamermm-devel libxml++-devel libsigc++20-devel intltool automake autoconf m4 git libarchive-devel glade3 libxslt-devel gcc-c++ libtool

(Several other rpms are needed, but these others will automatically be present in any normal workstation build, or will automatically be pulled in by rpm dependenices for the packages listed here).

Please report changes in these package installation commands if they fail to work for.  Send your mail to lordsawar-discuss@nongnu.org.