Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasjones committed May 24, 2014
1 parent 7304e1a commit b9e7be3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ Build
#### Basic *nix build instructions:
* ./autogen.sh # only needed if building from git repo
* ./nomacro.pl # only needed if building on Mac OS X or with Clang
* ./configure CFLAGS="-O3"
* ./configure CFLAGS="-O3 *-march=native*"
* # Use -march=native if building for a single machine
* make

#### Notes for AIX users:
Expand All @@ -74,7 +75,8 @@ Build
* Install openssl devel (https://www.openssl.org/related/binaries.html)
* In the MSYS shell, run:
* ./autogen.sh # only needed if building from git repo
* LIBCURL="-lcurldll" ./configure CFLAGS="-O3"
* LIBCURL="-lcurldll" ./configure CFLAGS="-O3 *-march=native*"
* # Use -march=native if building for a single machine
* make

#### Architecture-specific notes:
Expand Down

0 comments on commit b9e7be3

Please sign in to comment.