Switch to unified view

a/README.markdown b/README.markdown
...
...
17
17
18
# Forge Installation
18
# Forge Installation
19
19
20
Before we begin, you'll need the following additional packages in order to work with the Forge source code.
20
Before we begin, you'll need the following additional packages in order to work with the Forge source code.
21
21
22
    ~$ sudo aptitude install git-core subversion python-svn libtidy-0.99-0
22
    ~$ sudo aptitude install git-core subversion python-svn
23
23
24
You'll also need additional development packages in order to compile some of the modules.  [Use google for additional PIL/jpeg help.](http://www.google.com/search?q=ubuntu+pil+jpeg+virtualenv)
24
You'll also need additional development packages in order to compile some of the modules.  [Use google for additional PIL/jpeg help.](http://www.google.com/search?q=ubuntu+pil+jpeg+virtualenv)
25
25
26
    ~$ sudo aptitude install default-jdk python-dev libssl-dev libldap2-dev libsasl2-dev libjpeg8-dev zlib1g-dev
26
    ~$ sudo aptitude install default-jdk python-dev libssl-dev libldap2-dev libsasl2-dev libjpeg8-dev zlib1g-dev
27
    ~$ sudo ln -s /usr/lib/x86_64-linux-gnu/libz.so /usr/lib
27
    ~$ sudo ln -s /usr/lib/x86_64-linux-gnu/libz.so /usr/lib