We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d5406 commit 6897e1bCopy full SHA for 6897e1b
README.md
@@ -5,6 +5,15 @@ to update the proxy settings of these applications.
5
6
proxyme can be combined with [cntlm](http://cntlm.sourceforge.net/) to reduce proxy pain on developer machines.
7
8
+Dependencies
9
+------------
10
+* boost: system, filesystem, program_options, regex
11
+* ctemplate
12
+
13
+on Debian install them with the following command
14
15
+ sudo apt-get install libctemplate-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-regex-dev
16
17
Build & Install it
18
-------------------
19
git clone https://github.com/bufferoverflow/proxyme.git
0 commit comments