From 35db1cfff6c0bf7c32378a46a28e4d0c36cae871 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Wed, 16 Nov 2016 16:17:43 -0500 Subject: [PATCH] show build times for OSX homebrew --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee130e4c8..b3134cfdc 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Then follow the steps outlined here: http://l2ork.music.vt.edu/main/?page_id=56#install-dev #### OSX -Homebrew build (supported) +Homebrew build (supported) *40 minutes to 1.5 hours* 1. Install [Homebrew](http://brew.sh) *(15 minutes)* (asks for password twice-- once for command line tools, once for homebrew) 2. Install the dependencies *10 minutes*:<code> @@ -105,7 +105,7 @@ Homebrew build (supported) 4. Change to the directory<code> cd purr-data/l2ork_addons</code> 5. Run the installer<code> -./tar_em_up.sh -X</code> +./tar_em_up.sh -X *15 minutes*</code> 6. When the installer finishes, there should be a dmg file in<code> purr-data/packages/darwin_app</code> -- GitLab