Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add better tips for Building from source in README.md #77

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ $ docker run camsas/firmament:dev /firmament/build/src/coordinator --scheduler f
```

# Building from source

## Package depends
firmament depends on following packages:
- [boost](https://www.boost.org/): provides free peer-reviewed portable C++ source libraries.
- [ctemplate](https://github.com/OlafvdSpek/ctemplate): provides an easy to use and lightning fast text templating system to use with C++ programs.
- [openssl](https://www.openssl.org/): is a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols.
## System requirements

Firmament is currently known to work on Ubuntu LTS releases 12.04 (precise) and
Expand Down