[sdpb] 215/233: Update Install.md

Tobias Hansen thansen at moszumanska.debian.org
Thu Mar 9 04:06:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository sdpb.

commit 09f0893642a5739cad4cd2797e4a82fa8e5ac932
Author: yujitach <yujit_achikawa at mac.com>
Date:   Thu Jul 7 16:48:43 2016 +0900

    Update Install.md
---
 Install.md | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/Install.md b/Install.md
index 7c10c0a..66ea676 100644
--- a/Install.md
+++ b/Install.md
@@ -35,21 +35,25 @@ SDPB has been tested on Red Hat Linux. To install,
 
 ## Mac OS X
 
-The following instructions have been tested on Mac OS 10.11 El Capitan 
+The following instructions have been tested on Mac OS 10.11 El Capitan. 
 
-1. Install Homebrew, `clang-omp`, `GMP` and `boost`, for instance by running the following commands
+0. Install Homebrew if you haven't.
 
-        # Install Homebrew if you haven't
         ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
 
-        # Install the latest gcc as well as its dependencies
-        # the option --without-multilib avoids a bug in OpenMP support
+1. If you just want to use vanilla `sdpb` from the command line, just do
+
+        brew tap yujitach/tap
+        brew install sdpb
+
+2. If you want to develop `sdpb`, you should do the following instead.
+
+        #install dependencies
         brew install clang-omp
         brew install gmp
         brew install boost
-
-2. Type the following in the `sdpb` directory to compile the `sdpb` executable using `clang-omp`
- 
+        git clone https://github.com/yujitach/sdpb
+        cd sdpb
         # make using clang-omp
         CLANG=1 make
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sdpb.git



More information about the debian-science-commits mailing list