summaryrefslogtreecommitdiffstats
path: root/manual/en/manual_004.xml
blob: 5435100e987dc65d3f572b2161249da67bf58e5c (plain)
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
<?xml version="1.0" encoding="UTF-8"?>
<chapter>
  <title id="chap_installation">Installation</title>

  <section id="required_environment">
    <title>Required environment</title>

    <para>To succesfully compile Sylpheed, you need at least:</para>

    <itemizedlist>
      <listitem>
        <para>Any POSIX compliant UNIX or similar OS, eg. Linux, FreeBSD,
        Solaris.</para>
      </listitem>

      <listitem>
        <para>A recent ANSI C compiler, like <ulink
        url="http://gcc.gnu.org/">GCC</ulink>. Note: it is reported that Sun C
        can not compile Sylpheed.</para>
      </listitem>

      <listitem>
        <para>The <ulink url="http://www.gtk.org/">Gtk+</ulink> library, with
        a 2.4.0 or better version (v2.6.0 or better is recommended).</para>
      </listitem>
    </itemizedlist>

    <para>Optionally you need:</para>

    <itemizedlist>
      <listitem>
        <para><ulink
        url="http://ftp.gnome.org/pub/GNOME/unstable/sources/gdk-pixbuf/">Gdk-pixbuf</ulink>
        for the built-in image viewer.</para>
      </listitem>

      <listitem>
        <para><ulink
        url="ftp://ftp.cs.indiana.edu/pub/faces/compface/">libcompface</ulink>
        for X-Face icons.</para>
      </listitem>

      <listitem>
        <para><ulink url="http://www.kondara.org/libjconv/">libjconv</ulink>
        for non latin character sets.</para>
      </listitem>

      <listitem>
        <para><ulink url="http://www.gnupg.org/gpgme.html">GPGME</ulink> and
        <ulink url="http://www.gnupg.org/">GNUPG</ulink> for encryption and
        signature.</para>
      </listitem>

      <listitem>
        <para><ulink url="http://www.openssl.org/">OpenSSL</ulink> for SSL
        support.</para>
      </listitem>

      <listitem>
        <para><ulink url="http://www.openldap.org/">OpenLDAP</ulink> to
        connect to a LDAP directory server.</para>
      </listitem>

      <listitem>
        <para>The IPv6 support can be turned on (if your system supports it)
        without any additional library.</para>
      </listitem>

      <listitem>
        <para><ulink url="http://www.jpilot.org/">Jpilot</ulink> for Palm
        addressbook use.</para>
      </listitem>

      <listitem>
        <para>The equivalent of Gtk+-devel and Xfree86-devel, otherwise
        .configure will fail.</para>
      </listitem>
    </itemizedlist>

    <para>Notice: Sylpheed may be unstable depending on the environment.
    Please use the newest version of libraries if possible.</para>
  </section>

  <section id="environment_known_valid">
    <title>Environments known as valid for Sylpheed</title>

    <itemizedlist>
      <listitem>
        <para>Debian GNU/Linux (sid, glibc 2.3.2) (development
        environment)</para>
      </listitem>

      <listitem>
        <para>Debian GNU/Linux (amd64/sid, glibc 2.3.2)</para>
      </listitem>

      <listitem>
        <para>Debian GNU/Linux (sarge, glibc 2.3.2)</para>
      </listitem>

      <listitem>
        <para>Debian GNU/Linux 3.0 (woody) (glibc 2.2.5)</para>
      </listitem>

      <listitem>
        <para>Debian GNU/Linux 2.2 (potato) (glibc 2.1.3)</para>
      </listitem>

      <listitem>
        <para>Kondara MNU/Linux (glibc 2.1.x)</para>
      </listitem>

      <listitem>
        <para>Kondara MNU/Linux 1.2</para>
      </listitem>

      <listitem>
        <para>Kondara MNU/Linux 2.0</para>
      </listitem>

      <listitem>
        <para>Vine Linux 1.1 (glibc 2.0.x + libwcsmbs)</para>
      </listitem>

      <listitem>
        <para>Vine Linux 2.0 (glibc 2.1.x) (Intel, PPC)</para>
      </listitem>

      <listitem>
        <para>Vine Linux 2.1</para>
      </listitem>

      <listitem>
        <para>Vine Linux 2.1.5, 2.5, 2.6, 3.0</para>
      </listitem>

      <listitem>
        <para>Laser5 Linux 6.0 (glibc 2.1.x)</para>
      </listitem>

      <listitem>
        <para>Laser5 Linux 6.2 (glibc 2.1.x)</para>
      </listitem>

      <listitem>
        <para>Laser5 Linux 6.4 (glibc 2.1.x)</para>
      </listitem>

      <listitem>
        <para>TurboLinux 4.0 (glibc 2.0.7 + libwcsmbs)</para>
      </listitem>

      <listitem>
        <para>TurboLinux 6.0 (glibc 2.1.2)</para>
      </listitem>

      <listitem>
        <para>TurboLinux 7.0 (glibc 2.2.x)</para>
      </listitem>

      <listitem>
        <para>Miracle Linux Standard Edition Version1.0</para>
      </listitem>

      <listitem>
        <para>Miracle Linux for PostgreSQL Version1.0</para>
      </listitem>

      <listitem>
        <para>Miracle Linux for Samba Version1.0</para>
      </listitem>

      <listitem>
        <para>RedHat Linux 5.2 (glibc 2.0.7)</para>
      </listitem>

      <listitem>
        <para>RedHat Linux 6.0</para>
      </listitem>

      <listitem>
        <para>RedHat Linux 6.1 + Helix GNOME (glibc 2.1.x)</para>
      </listitem>

      <listitem>
        <para>RedHat Linux 6.2 / 6.2J (glibc 2.1.x)</para>
      </listitem>

      <listitem>
        <para>RedHat Linux 7.0 / 7.0J</para>
      </listitem>

      <listitem>
        <para>RedHat Linux 7.1, 7.2, 7.3</para>
      </listitem>

      <listitem>
        <para>RedHat Linux 8.0, 9.0</para>
      </listitem>

      <listitem>
        <para>Fedora core 2, 3</para>
      </listitem>

      <listitem>
        <para>LinuxPPC2000 + Yukikaze(Japanization kit)</para>
      </listitem>

      <listitem>
        <para>Linux2000G (Intel, PowerPC)</para>
      </listitem>

      <listitem>
        <para>HOLON Linux 2.0 (Intel / PPC)</para>
      </listitem>

      <listitem>
        <para>Linux for PPC Japanese Edition 2.0 (glibc 2.1.x)</para>
      </listitem>

      <listitem>
        <para>Linux for PPC Japanese Edition 3.0 (glibc 2.1.x)</para>
      </listitem>

      <listitem>
        <para>Linux MLD4</para>
      </listitem>

      <listitem>
        <para>Linux MLD5</para>
      </listitem>

      <listitem>
        <para>Plamo Linux 2.0</para>
      </listitem>

      <listitem>
        <para>Plamo Linux 2.1</para>
      </listitem>

      <listitem>
        <para>Slackware 7.0</para>
      </listitem>

      <listitem>
        <para>Slackware 7.1</para>
      </listitem>

      <listitem>
        <para>Slackware 8.0</para>
      </listitem>

      <listitem>
        <para>Linux Mandrake 7.0</para>
      </listitem>

      <listitem>
        <para>Linux Mandrake 7.1</para>
      </listitem>

      <listitem>
        <para>Linux Mandrake 7.2</para>
      </listitem>

      <listitem>
        <para>Linux Mandrake 8.0</para>
      </listitem>

      <listitem>
        <para>Linux Mandrake 8.1, 9.0, 9.1, 10.0</para>
      </listitem>

      <listitem>
        <para>SuSE Linux 6.3 (glibc 2.1.2)</para>
      </listitem>

      <listitem>
        <para>SuSE Linux 6.4</para>
      </listitem>

      <listitem>
        <para>SuSE Linux 7.0</para>
      </listitem>

      <listitem>
        <para>SuSE Linux 7.1</para>
      </listitem>

      <listitem>
        <para>SuSE Linux 7.2</para>
      </listitem>

      <listitem>
        <para>SuSE Linux 7.3, 8.0, 8.1, 8.2</para>
      </listitem>

      <listitem>
        <para>OpenLinux 2.3 (glibc 2.1.1 -&gt; 2.1.3)</para>
      </listitem>

      <listitem>
        <para>Caldera OpenDesktop 2.4</para>
      </listitem>

      <listitem>
        <para>Caldera Workstation 3.1</para>
      </listitem>

      <listitem>
        <para>Conectiva Linux 4.0</para>
      </listitem>

      <listitem>
        <para>Conectiva Linux 5.0</para>
      </listitem>

      <listitem>
        <para>Conectiva Linux 7.0</para>
      </listitem>

      <listitem>
        <para>Vector Linux 1.5</para>
      </listitem>

      <listitem>
        <para>Yellow Dog Linux 2.0 (glibc 2.2.1)</para>
      </listitem>

      <listitem>
        <para>Yellow Dog Linux 2.1 (PowerPC)</para>
      </listitem>

      <listitem>
        <para>ASP Linux 7.2 (glibc 2.2.4)</para>
      </listitem>

      <listitem>
        <para>Redmond Linux (Lycoris)</para>
      </listitem>
    </itemizedlist>

    <itemizedlist>
      <listitem>
        <para>FreeBSD release 3.2</para>
      </listitem>

      <listitem>
        <para>FreeBSD release 3.4</para>
      </listitem>

      <listitem>
        <para>FreeBSD release 4.0</para>
      </listitem>

      <listitem>
        <para>FreeBSD release 4.1</para>
      </listitem>

      <listitem>
        <para>FreeBSD release 4.2</para>
      </listitem>

      <listitem>
        <para>FreeBSD release 4.3</para>
      </listitem>

      <listitem>
        <para>FreeBSD release 4.4</para>
      </listitem>

      <listitem>
        <para>FreeBSD release 4.5</para>
      </listitem>

      <listitem>
        <para>FreeBSD release 5.0</para>
      </listitem>

      <listitem>
        <para>NetBSD 1.4.2</para>
      </listitem>

      <listitem>
        <para>NetBSD 1.5 + XPG4DL</para>
      </listitem>

      <listitem>
        <para>NetBSD 1.5.1</para>
      </listitem>

      <listitem>
        <para>NetBSD 1.5.2</para>
      </listitem>

      <listitem>
        <para>OpenBSD 2.7</para>
      </listitem>

      <listitem>
        <para>OpenBSD 2.8 (i386)</para>
      </listitem>

      <listitem>
        <para>OpenBSD 2.9</para>
      </listitem>

      <listitem>
        <para>OpenBSD 3.0</para>
      </listitem>

      <listitem>
        <para>BSD/OS 4.0.1</para>
      </listitem>
    </itemizedlist>

    <itemizedlist>
      <listitem>
        <para>Solaris 2.5</para>
      </listitem>

      <listitem>
        <para>Solaris 2.5.1</para>
      </listitem>

      <listitem>
        <para>Solaris 2.6</para>
      </listitem>

      <listitem>
        <para>Solaris 7, 8, 9</para>
      </listitem>

      <listitem>
        <para>IRIX 6.3</para>
      </listitem>

      <listitem>
        <para>IRIX 6.4</para>
      </listitem>

      <listitem>
        <para>IRIX 6.5, 6.5.8m</para>
      </listitem>

      <listitem>
        <para>HP-UX 10.20</para>
      </listitem>

      <listitem>
        <para>HP-UX 11.00</para>
      </listitem>

      <listitem>
        <para>HP-UX 11i</para>
      </listitem>

      <listitem>
        <para>Tru64 Unix 5.0 (OSF1 v5.0)</para>
      </listitem>

      <listitem>
        <para>SCO UnixWare 7</para>
      </listitem>

      <listitem>
        <para>Mac OS X 10.1.3 (Darwin 5.3) + XDarwin (without XLocale support)
        + libxpg4</para>
      </listitem>
    </itemizedlist>

    <itemizedlist>
      <listitem>
        <para>Windows (MSVC + GTK+ for win32), in progress</para>
      </listitem>
    </itemizedlist>
  </section>

  <section id="nuts_and_bolts_of_installation">
    <title>Nuts and bolts of installation</title>

    <para><itemizedlist>
        <listitem>
          <para>Dowload the latest Sylpheed package from: <ulink
          url="http://sylpheed.good-day.net/">http://sylpheed.good-day.net/</ulink></para>
        </listitem>

        <listitem>
          <para>Untar the source file into a new directory.</para>
        </listitem>

        <listitem>
          <para><command>tar xvfz sylpheed-&lt;version&gt;.tar.gz</command>
          (for a tar.gz package).</para>
        </listitem>

        <listitem>
          <para><command>tar xvfj sylpheed-&lt;version&gt;.tar.bz2</command>
          (for a bzip2 package).</para>
        </listitem>

        <listitem>
          <para>Change to the sylpheed directory.</para>
        </listitem>

        <listitem>
          <para>Run the configure script (<command>./configure</command>) to
          check your environment and create the installation make
          files.</para>
        </listitem>

        <listitem>
          <para>Run the make program which will compile the sources. Do not
          proceed with this step if there are fatal errors in the previous
          step. Fatal errors indicate that things are missing inorder to
          compile Sylpheed properly.</para>
        </listitem>
      </itemizedlist>If the make process has completed, run <command>make
    install</command> (as root), to install the program and the support
    files.</para>

    <section id="nuts_and_bolts__compiling_with_options">
      <title>Compiling Sylpheed with options</title>

      <para>You can choose to compile Sylpheed with some optional features
      enabled. Use <command>./configure --help</command> to list configuration
      syntax and options.</para>

      <para>The following optional features can be enabled:</para>

      <itemizedlist>
        <listitem>
          <para><application>Jpilot</application>: to use your PDA addressbook
          with Sylpheed. You will need the Jpilot library (and pilot-link,
          too). Enable this option with the <option>--enable-jpilot</option>
          configure switch.</para>
        </listitem>

        <listitem>
          <para><application>GnuPG</application>: Sylpheed can encrypt and
          sign your messages (and also decrypt and verify the signature of the
          incomming messages) using GnuPG. GnuPG follows the OpenPGP standard
          and is compatible with PGP. To enable this feature, you need to
          install GnuPG and GPGME (interface library to GnuPG). Disable this
          option with the <option>--disable-gpgme</option> configure
          switch.</para>
        </listitem>

        <listitem>
          <para><application>LDAP</application>: Sylpheed can connect to a
          LDAP server in order to query mail addresses. To enable this feature
          you will need the OpenLDAP library. Enable this option with the
          <option>--enable-ldap</option> configure switch.</para>
        </listitem>

        <listitem>
          <para><application>X-Faces</application>: you can create a small
          picture (of your face, or of anything else) that will be sent in the
          headers of your mails. This option is enabled if the compface
          library is found and can be disabled using the
          <option>--disable-compface</option> configure switch.</para>
        </listitem>

        <listitem>
          <para>Images can appear inline (embedded in the message window,
          without the need of an external viewer) if Sylpheed is compiled with
          the gdk-pixbuf library.</para>
        </listitem>

        <listitem>
          <para><application>SSL</application>: Sylpheed can encrypt its
          connection to the mail server using SSL, if the OpenSSL library is
          detected. This feature can be disabled with the
          <option>--disable-ssl</option> configure switch. </para>
        </listitem>
      </itemizedlist>

      <para>All these features require additional libraries and tools that may
      not be part of your distribution. You can find them at the addresses
      listed at the beginning of this chapter, here.</para>
    </section>

    <section id="nuts_and_bolts__installing_rpm">
      <title>Installation on Linux using RPM</title>

      <para>As root, run the rpm -ivh command on the RPM file you downloaded.
      As soon as this process is comlete you can run Sylpheed as a normal
      user.</para>
    </section>

    <section id="nuts_and_bolts__installing_debian">
      <title>Installation on Debian Linux</title>

      <para>With an internet connection: apt-get install sylpheed</para>

      <para>Without an internet connection, fetch the debian package, for
      example on: <ulink
      url="http://packages.debian.org/unstable/mail/sylpheed.html">http://packages.debian.org/unstable/mail/sylpheed.html</ulink>,
      then:</para>

      <para><command>dpkg -i sylpheedx.x.x-1i386.deb</command></para>

      <para><command>dpkg --install sylpheedx.x.x-1i386.deb</command></para>
    </section>

    <section id="nuts_and_bolts__installing_gentoo">
      <title>Installation on Gentoo Linux</title>

      <para>Use the standard ebuild for the portage tree and select the
      options with the use flags:</para>

      <itemizedlist>
        <listitem>
          <para>crypt: to enable the gpgme option.</para>
        </listitem>

        <listitem>
          <para>ldap: to enable to use of the OpenLDAP library.</para>
        </listitem>

        <listitem>
          <para>pda: to turn on the use of the Jpilot link.</para>
        </listitem>

        <listitem>
          <para>ssl: to use openssl encryption.</para>
        </listitem>

        <listitem>
          <para>xface: to enable the X-Faces support.</para>
        </listitem>
      </itemizedlist>
    </section>

    <section id="nuts_and_bolts__installing_freebsd">
      <title>Installation on FreeBSD</title>

      <para>Using the <command>/stand/sysinstall</command> tool (it is a menu
      based interface):</para>

      <para>run /<command>stand/sysinstall</command> as root</para>

      <para>In the main menu choose
      <guimenu>configure</guimenu>-&gt;<guisubmenu>Packages</guisubmenu>-&gt;<guimenuitem>mail</guimenuitem>,
      then <guimenuitem>Sylpheed</guimenuitem>. Back to the packages list
      choose <guimenuitem>install</guimenuitem>.</para>

      <para>Using the ports: get the Sylpheed port on <ulink
      url="ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.3-release/mail">ftp://ftp.freesd.org/pub/FreeBSD/ports/i386/packages-4.3-release/mail</ulink></para>

      <para>Then as root: <command>pkg-add sylpheed-x.x.x.tgz</command></para>

      <para>Using the ports and compiling: first update your port, fetch it on
      <ulink
      url="ftp://www.freebsd.org/ports/mail.html">http://www.freebsd.org/ports/mail.html</ulink>,
      </para>

      <para><command>cd /usr/ports/mail/sylpheed</command></para>

      <para><command>make</command></para>

      <para>If it succeds, type <command>make install</command>.</para>

      <para>In case it fails, fetch the required package if necessary (on the
      same page), put the package file in
      <filename>/usr/ports/distfiles/</filename>, then: </para>

      <para><command>cd /usr/ports/mail/sylpheed</command></para>

      <para><command>make</command></para>

      <para><command>make install</command></para>

      <para>Need a more up-to-date version? Just use the Unix standard method
      (see <link linkend="nuts_and_bolts_of_installation">Nuts and bolts of
      installation</link>)</para>
    </section>
  </section>
</chapter>