Skip to content

Commit 97b3b29

Browse files
committed
using internal named tag links
1 parent eb28e76 commit 97b3b29

File tree

1 file changed

+24
-20
lines changed

1 file changed

+24
-20
lines changed

README.md

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For the genome browser install, use the instructions from the source tree:
1010
[src/product/](http://genome-source.cse.ucsc.edu/gitweb/?p=kent.git;a=tree;f=src/product)
1111

1212
System Requirements
13-
====================
13+
-------------------
1414

1515
* Linux/Ubuntu/CentOS/Unix/MacOSX operating system
1616
* gnu gcc - C code development system - http://www.gnu.org/software/gcc/
@@ -25,10 +25,11 @@ These procedures expect the 'git' command to be available.
2525
It is best to install these packages with your standard operating
2626
system package management tools.
2727

28-
(see notes below about installing packages)
28+
(see [notes below](/ENCODE-DCC/kentUtils/blob/master/README.md#install) about installing packages)
29+
2930

3031
Download source
31-
====================
32+
---------------
3233

3334
Obtain a read-only copy of the source:
3435

@@ -37,7 +38,7 @@ Obtain a read-only copy of the source:
3738
Creates the directory: ./kentUtils/
3839

3940
Build utilities
40-
====================
41+
---------------
4142

4243
In the directory kentUtils/ run a 'make' command:
4344

@@ -52,7 +53,7 @@ The resulting binaries are placed in the directory: ./bin/
5253
you may have for the genome browser build environment.
5354

5455
Install utilities
55-
====================
56+
-----------------
5657

5758
The binaries are built into ./bin/
5859

@@ -68,7 +69,7 @@ Users add '/usr/local/bin/kentUtils' to their shell PATH
6869
to access the commands.
6970

7071
Update utilities
71-
====================
72+
----------------
7273

7374
This procedure expects the 'git' command to be available.
7475

@@ -81,19 +82,17 @@ This runs a 'make clean' in the source tree, runs a 'git pull' update
8182
for the source, then runs a 'make utils' to rebuild everything.
8283

8384
Parasol
84-
====================
85+
-------
8586

8687
There are 'parasol' binaries built into ./src/parasol/bin/
8788
Use these binaries to set up a job control system on a compute cluster
88-
or large machine with many CPU cores. See also:
89-
90-
[parasol README[(http://genecats.cse.ucsc.edu/eng/parasol.htm)
91-
89+
or large machine with many CPU cores.
90+
See also: [parasol README](http://genecats.cse.ucsc.edu/eng/parasol.htm)
9291
for more information. The usage messages from each command will help
9392
with the setup.
9493

9594
Documentation
96-
====================
95+
-------------
9796

9897
Each 'kent' command contains its own documentation. Simply run the
9998
commands without any arguments to see the usage message for operating
@@ -105,7 +104,7 @@ been collected together in one file:
105104
kentUtils.Documentation.txt
106105

107106
MySQL database access
108-
=====================
107+
---------------------
109108

110109
Many of the commands can use the UCSC public MySQL server, or
111110
your own local MySQL server with UCSC data formats. Add these three
@@ -117,11 +116,12 @@ its permissions to: 'chmod 600 .hg.conf'
117116
db.password=password
118117

119118
This '.hg.conf' file is used by the kent commands to determine the
120-
MySQL host and user/password to the database. For you local MySQL
119+
MySQL host and user/password to the database. For your local MySQL
121120
installation, use your host name and your read-only user/password names.
122121

123-
Installing required packages
124-
============================
122+
<A name="install">
123+
Installing required packages</A>
124+
----------------------------
125125

126126
On a MacOS system, you will need the [XCode](https://developer.apple.com/xcode/)
127127
system installed.
@@ -136,8 +136,7 @@ the additional packages required (and helpful):
136136
On a typical Linux system, for example Ubuntu, use the apt-get command
137137
to install additional packages:
138138

139-
sudo apt-get install git libssl-dev openssl mysql-client-5.1 \
140-
mysql-client-core-5.1
139+
sudo apt-get install git libssl-dev openssl mysql-client-5.1 mysql-client-core-5.1
141140

142141
Depending upon the version of your Linux/Ubuntu/CentOS operating system,
143142
the specific version of packages you need may be different than this example.
@@ -152,11 +151,16 @@ See also:
152151
* [yum](http://www.centos.org/docs/5/html/yum/)
153152

154153
Known Problems
155-
==============
154+
--------------
156155

157156
Please advise UCSC if you have the recommended installed libraries
158157
and development system and this build will not function.
159-
email to: genome-www@soe.ucsc.edu
158+
email to: <A HREF="mailto:&#103;&#101;n&#111;&#109;&#101;&#45;&#119;&#119;w&#64;&#115;&#111;&#101;.
159+
ucs&#99;.
160+
&#101;&#100;&#117;">
161+
&#103;&#101;n&#111;&#109;&#101;&#45;&#119;&#119;w&#64;&#115;&#111;&#101;.
162+
ucs&#99;.
163+
&#101;&#100;&#117;</A>
160164

161165
1. These procedures will not work as-is on sparc or alpha machines or
162166
with the Sun Solaris operating system.

0 commit comments

Comments
 (0)