~ubuntu-branches/ubuntu/natty/file-browser-applet/natty

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2008-08-29 13:50:51 UTC
  • mfrom: (2.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20080829135051-bani7mwsfjdbs9fx
Tags: 0.5.9-1
* New upstream release. (Closes: #497078)
* debian/control:
 - Remove Build-Depend on libgnomevfs2-dev and add Build-Depend
   on libglib2.0-dev as upstream has moved to GIO. (Closes: #493878)
 - Remove depreciated Depends and Build Depends on libgnome-desktop{-dev}
* Fixes Lintian warning: timewarp-standards-version

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
dependencies) for the following packages installed to compile this program:
8
8
 
9
9
gtk-2.0 >= 2.12
10
 
libgnomevfs-2.0
 
10
gio-2.0
11
11
libpanel-applet-2.0
12
12
libglade-2.0
13
 
libgnome-desktop-2.0
 
13
 
 
14
Optionally requires libgtkhotkey-1.0 for keyboard activation.
14
15
 
15
16
You will also need the following packages installed to compile this program:
16
17
pkg-config
17
 
cmake
 
18
CMake >= 2.4.7
18
19
 
19
20
Configuration
20
21
*************
24
25
    * CMAKE_INSTALL_GCONF_SCHEMA_DIR
25
26
    * CMAKE_INSTALL_GLADEUI_DIR
26
27
 
27
 
CMAKE_INSTALL_PATH specifies the installation prefix and currently only affects
28
 
installation of the icons which are installed in
29
 
CMAKE_INSTALL_PATH/share/pixmaps and
30
 
CMAKE_INSTALL_PATH/share/icons/hicolor/128x128/apps. The default is /usr.
 
28
CMAKE_INSTALL_PATH specifies the installation prefix and affects
 
29
installation of the icons and bonobo server file which are installed in
 
30
 - CMAKE_INSTALL_PATH/share/pixmaps and
 
31
 - CMAKE_INSTALL_PATH/share/icons/hicolor/128x128/apps.
 
32
 - CMAKE_INSTALL_PATH/lib/bonobo/servers
 
33
The default is /usr.
31
34
 
32
35
CMAKE_INSTALL_LIB_DIR specifies the installation prefix of the binary
33
 
application file and bonobo server file which are installed in
34
 
CMAKE_INSTALL_LIB_DIR/gnome-panel and CMAKE_INSTALL_LIB_DIR/bonobo/servers
35
 
respectively. The default is CMAKE_INSTALL_PATH/lib.
 
36
application file which is installed in
 
37
 - CMAKE_INSTALL_LIB_DIR/file-browser-applet/file-browser-applet
 
38
The default is CMAKE_INSTALL_PATH/lib.
36
39
 
37
40
CMAKE_INSTALL_GCONF_SCHEMA_DIR specifies the installation prefix of the gconf schema
38
41
file. The default is CMAKE_INSTALL_PATH/share/gconf/schemas
43
46
To configure using the defaults, execute:
44
47
'cmake .'
45
48
 
46
 
To specify an option, execute:
47
 
'cmake -D CMAKE_OPTION=/new/option/val .
 
49
To specify an option, execute (with the trailing period):
 
50
'cmake -D CMAKE_OPTION=/new/option/val .'
48
51
 
49
52
Compiling
50
53
*********