/usr/share/doc/pcmanx-gtk2/README is in pcmanx-gtk2 1.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | How to Build
============
PCManX-gtk2 uses autotools (Automake / Autoconf / libtool) to construct
its building process, and provides various options for different profiles.
You can launch configure script with --help to dump the supported options,
and here are the latest options:
--enable-static Enable static build.
--disable-shared Disabled dynamic build. [Default: Dynamic]
--enable-debug Enable debugging support or not [Default: Disabled]
It will cause PCManX to dump more detail informations.
--prefix=DIR Specify the prefix directory to DIR. Usually, we woild
like to use /usr as the manner defined in LSB (Linux
Standard Base).
--disable-docklet Disable the docklet / system tray support.
[Default: Enabled]
--disable-notifier Disable the popup notification support for incoming
messages. [Default: Enabled]
--disable-external Disable the using of external SSH and Telnet program.
[Default: Enabled]
--disable-nancy Disable NancyBot. ( Disable auto-reply waterballs )
[Default: Enabled]
--with-mozilla=DIR Specify DIR as the Mozilla root directory for headers
and libraries.
--enable-libnotify Enable the use of popup notifier support by libnotify.
[Default: Disabled]
--disable-mouse Disable mouse click and wheel support
[Default: Enabled]
--enable-iplookup Enable IP location lookup. Useful to China locations.
You also need to download qqwry.dat from the web and
place it at ~/.pcmanx/qqwry.dat (case sensitive).
[Default: Disabled]
--enable-proxy Enable proxy server support
[Default: Disabled]
Runtime Options
===============
Passing "--help" argument to the command line would dump several options as
following:
Help Options:
-?, --help Show help options
Application Options:
-m, --multiple-instance=N Allow multiple instances
|