File: INSTALL

package info (click to toggle)
worker 3.8.5-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 12,344 kB
  • ctags: 12,304
  • sloc: cpp: 111,390; sh: 11,668; yacc: 1,423; makefile: 711; lex: 278
file content (82 lines) | stat: -rw-r--r-- 1,782 bytes parent folder | download | duplicates (6)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Installation Worker
^^^^^^^^^^^^^^^^^^^

###################
# Info about AVFS #
###################

Worker supports the virtual file system AVFS to look inside archives, enter
ftp sites and so on. To activate the support for this you need to install
avfs too, at least version 0.9.5 or higher which can be downloaded from:

  http://avf.sourceforge.net/

There are multiple installation targets but the recommended way to install it
is the shared library which can be installed with
  ./configure --enable-library && make && make install
inside the avfs directory.
After installation you can continue with the installation of Worker.

#####################
# Optional packages #
#####################

For a full feature set you may want to install one of the following
optional libraries:

 - Libmagic for file type recognition based on the magic database
   from the 'file' command. Libmagic comes with recent 'file'
   versions (ftp://ftp.astron.com/pub/file/).

 - HAL support is enabled when the libraries hal, hal-storage and
   dbus-glib-1 are installed.

########################
# Typical installation #
########################

./configure
make
make install       (as root)

############
# Detailed #
############

1.Start configure with all wanted options

    ./configure
  
  or e.g.

    ./configure --prefix=/somewhere/to/install

2.Start compilation
  
    make

3.Become root if you don't have write access to the installation directory
  (defaults to /usr/local )
  
    su

4.Install worker
  
    make install

#########
# Start #
#########

Type "worker" to start worker

#############
# Uninstall #
#############

To uninstall just do

  make uninstall

The user-configurations will not be removed so for full uninstall remove the
directory "$HOME/.worker"