Implements a Proxy detection (WPAD) interface for Linux, Mac OSX and Windows. Offers a GUI for manual proxy settings and automatic WPAD detection. The GUI is based on QT.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
339 B
14 lines
339 B
15 years ago
|
./bootstrap.sh && \
|
||
|
LDFLAGS="-L/opt/local/i586-mingw32msvc/lib" \
|
||
|
CPPFLAGS="-I/opt/local/i586-mingw32msvc/include -DQ_OS_WIN32" \
|
||
|
./configure \
|
||
|
--prefix=/opt/local/i586-mingw32msvc \
|
||
|
--build=x86_64 \
|
||
|
--host=i586-mingw32msvc && \
|
||
|
make && \
|
||
|
sudo make install && \
|
||
|
make clean && \
|
||
|
./configure && \
|
||
|
make check && \
|
||
|
sudo make install
|