Libproxy

From CBLFS
Revision as of 17:09, 12 June 2009 by Michael.six (talk | contribs) (Created page with '{| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://libproxy.googlecode.com/files/libproxy-0.2.3.tar.gz |} ---- {{Package-Introduction|Libpr…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://libproxy.googlecode.com/files/libproxy-0.2.3.tar.gz

Introduction to Libproxy

Libproxy is a library that provides automatic proxy configuration management.

Project Homepage: http://code.google.com/p/libproxy/



Dependencies

Recommended

Optional



Configuration Information

--with-gnome Enables support for GConf
--with-networkmanager Enables support for NetworkManager
--with-wekbit Enables support for WebKit

Caution.png

Note

The following assumes that you have XULRunner installed and that pkg-config can find its .pc files. If either one of these things is not true, then omit setting the mozjs_* variables below and change --with-mozjs to --without-mozjs

Non-MultiLib

Compile the package:

export mozjs_CFLAGS="-DXP_UNIX `pkg-config libxul-unstable --cflags`"
export mozjs_LIBS="`pkg-config libxul-unstable --libs`"
./configure --prefix=/usr --without-gnome --without-networkmanager --without-webkit --with-mozjs &&
make

Install the package:

make install

Multilib

32Bit

Caution.png

Note

Please contribute this section

N32

Caution.png

Note

Please contribute this section

64Bit

Caution.png

Note

Please contribute this section