Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chungongyu committed Dec 12, 2018
1 parent 9beb8c5 commit 74ac8db
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Home

* [Overview](#overview)
* [Quick Start](#quick-start)
* [Dependencies](#dependencies)
* [Compiling SIGA](#compiling-siga)
* [Installing SIGA](#installing-siga)
* [Running SIGA](#running-siga)
Expand All @@ -26,14 +27,18 @@ SIGA is an open-source _de novo_ assembly toolkit containing various assembly pi
Quick Start
===========

### Compiling SIGA
### Dependencies

SIGA dependencies:
* c++ compiler that supports [OpenMP](http:https://www.openmp.org) such as [gcc](http:https://gcc.gnu.org).
* [autoconf](http:https://www.gnu.org/software/autoconf)
* [automake](http:https://www.gnu.org/software/automake)
* [boost](https://www.boost.org/)
* [log4cxx](https://logging.apache.org/log4cxx)
* [rapidjson](https://github.com/Tencent/rapidjson)
* [gperftools](https://github.com/gperftools/gperftools) (optional but suggested)

### Compiling SIGA

If you cloned the repository from github, run `autogen.sh` from the root directory
to generate the configure file:

Expand Down

0 comments on commit 74ac8db

Please sign in to comment.