File: install.texi

package info (click to toggle)
dbuskit 0.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 3,552 kB
  • sloc: objc: 10,309; sh: 9,443; ansic: 200; makefile: 20
file content (38 lines) | stat: -rw-r--r-- 1,290 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
@chapter Installation Instructions

@section Required software

As an Objective-C framework, DBusKit depends on recent versions of the
GNUstep Makefile Package and the GNUstep Base Library. Versions 2.4.0
and 1.20.0 (respectively) are known to work. D-Bus support is provided
by libdbus. DBusKit has been verified to work with version 1.2.1 of
libdbus, but might work with earlier versions. To build the testsuite,
the UnitKit framework is required. It is available from the Étoilé
@uref{http://svn.gna.org/svn/etoile/trunk/Etoile/Frameworks/UnitKit/,
repository}.

@itemize @bullet
@item gnustep-make (>=2.4.0)

@item gnustep-base (>=1.22.0)

@item libdbus (>=1.2.1)

@item UnitKit (optional)
@end itemize

@section Build and Install
To build and install DBusKit type @kbd{make install}. This will
automatically configure the framework prior to building and installing.
DBusKit will usually tell your compiler to treat warnings as errors, if
you don't want that behaviour, add the @kbd{nonstrict=yes} flag to your
@kbd{make}-invocation.

@ifinfo
Copyright @copyright{} 2010 Free Software Foundation

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
@end ifinfo