Updated building instructions: added Windows native module and raised minimal Java to 1.6
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1604774 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f265f7b617
commit
6d2579d5ce
|
@ -3,7 +3,7 @@ Building HttpComponents Client
|
|||
|
||||
(1) Requisites
|
||||
--------------
|
||||
JDK 1.5+ is required in order to compile and run HttpClient.
|
||||
JDK 1.6+ is required in order to compile and run HttpClient.
|
||||
|
||||
HttpClient utilizes Maven as a distribution management and packaging tool.
|
||||
Version 3.0.3 or later is required.
|
||||
|
@ -31,6 +31,7 @@ httpclient/target/httpclient-<VERSION>.jar
|
|||
httpmime/target/httpmime-<VERSION>.jar
|
||||
httpclient-cache/target/httpclient-cache-<VERSION>.jar
|
||||
fluent-hc/target/fluent-hc-<VERSION>.jar
|
||||
httpclient-win/target/httpclient-win-<VERSION>.jar
|
||||
httpclient-osgi/target/org.apache.httpcomponents.httpclient_<VERSION>.jar
|
||||
|
||||
where <VERSION> is the release version
|
||||
|
|
Loading…
Reference in New Issue