Skip to content

Commit

Permalink
Add doc to setup the native build environment macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed May 7, 2020
1 parent c00e2d2 commit 2976527
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions hawtjni-website/src/documentation/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,22 @@ agnostic source package for building the native library.

## Platform Build Tools Requirements

### macOS

Use brew to install the necessary tools:

brew install automake autoconf libtool gcc

Make sure the GCC compiler is used by default:

cd /usr/local/bin
ln -s c++-9 c++
ln -s cpp-9 cpp
ln -s g++-9 g++
ln -s gcc-9 gcc
export PATH=/usr/local/bin:$PATH
rehash

### Windows

Download and install the free [Microsoft Windows SDK][ms_sdk]. The SDK includes
Expand Down

0 comments on commit 2976527

Please sign in to comment.