Skip to content

Commit

Permalink
Merge branch 'master' into liam-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan authored Jul 31, 2018
2 parents 1d7985c + 57baf6e commit aad29f5
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,25 @@ Then install Docker:

*Note*: for Mac this is not needed

# Compiling
# Install other dependencies

*Note*: For mac you will need to do:
## Mac OS

$ brew install coreutils

## Ubuntu

Make sure to have `git 2.13+` and `git lfs 2.5+`.
To install the latest versions of these, run the following commands:

1. `sudo add-apt-repository ppa:git-core/ppa && sudo apt update && sudo apt install git`
2. `curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash`
3. `sudo apt-get install git-lfs`
4. `git lfs install`
5. `git lfs pull` (inside documentation directory)

# Compiling

Then compile using:

$ make compile-docker
$ make compile-docker

0 comments on commit aad29f5

Please sign in to comment.