Skip to content

Commit

Permalink
updates readme
Browse files Browse the repository at this point in the history
* adds details on homebrew installation
  • Loading branch information
aforsythe committed Jul 17, 2014
1 parent d028c19 commit 73f15c5
Showing 1 changed file with 28 additions and 12 deletions.
40 changes: 28 additions & 12 deletions README.md
Expand Up @@ -28,23 +28,39 @@ below.

$ yum install cmake

* OS X (Install homebrew if not already installed)

$ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
$ brew install cmake
* OS X

* Install homebrew if not already installed

$ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"

* Install Cmake

$ brew install cmake

## Installation ##

* OS X

## Installation ##
* Install homebrew if not already installed

from the root source directory:
$ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
* Install aces_container

$ brew install aces_container

* From Source

$ mkdir build && cd build
$ cmake ..
$ make
$ sudo make install
From the root source directory:

$ mkdir build && cd build
$ cmake ..
$ make
$ sudo make install

The default process will install ``libAcesContainer.so`` to ``/usr/local/lib``
and a number of header files into ``/usr/local/include/aces``
The default process will install ``libAcesContainer.so`` to ``/usr/local/lib``
and a number of header files into ``/usr/local/include/aces``


## License ##
Expand Down

0 comments on commit 73f15c5

Please sign in to comment.