-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstructions.html
61 lines (51 loc) · 1.44 KB
/
instructions.html
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
51
52
53
54
55
56
57
58
59
60
61
<html>
<title>Setup Instructions for the JavaDoc for the Google API Client
Library for Java</title>
<body>
<h2>Setup Instructions for the JavaDoc for the Google API Client Library
for Java</h2>
<h3>Browse Online</h3>
<ul>
<li><a
href="http://code.google.com/p/google-api-java-client/source/browse/?repo=javadoc">Browse
Source</a></li>
</ul>
<h3>Checkout Instructions</h3>
<p>Prerequisite: install <a href="http://mercurial.selenic.com/">Mercurial</a>.</p>
<h4>Command-Line</h4>
<pre><code>hg clone https://javadoc.google-api-java-client.googlecode.com/hg/ javadoc</code></pre>
<h4>Eclipse 3.5</h4>
<p>Prerequisite: install <a href="http://www.eclipse.org/downloads/">Eclipse</a>,
and the <a href="http://javaforge.com/project/HGE">Mercurial plugin</a>.</p>
<ul>
<li>Checkout Mercurial project
<ul>
<li>File > Import...</li>
<li>"Select"
<ul>
<li>Select "Mercurial > Clone Existing Mercurial Repository"</li>
<li>Click on "Next"</li>
</ul>
</li>
<li>"Clone repository"
<ul>
<li>URL: <code>https://javadoc.google-api-java-client.googlecode.com/hg/</code></li>
<li>Clone directory name: <code>javadoc</code></li>
<li>Click on "Next"</li>
</ul>
</li>
<li>"Select working directory revision"
<ul>
<li>Click on "Next"</li>
</ul>
</li>
<li>"Import Projects"
<ul>
<li>Click on "Finish"</li>
</ul>
</li>
</ul>
</li>
</ul>
</body>
</html>