Skip to content

Commit

Permalink
Merge pull request #143 from flow-project/update_sumo_instructions
Browse files Browse the repository at this point in the history
added brew instructions
  • Loading branch information
AboudyKreidieh committed Sep 17, 2018
2 parents 165b939 + 1706da3 commit b34cf54
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/source/flow_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,22 @@ We begin by downloading SUMO's github directory:
git checkout 1d4338ab80
make -f Makefile.cvs

If you have OSX, run the following commands
If you have OSX, run the following commands. If you don't have brew
you can find installation instructions at
<https://docs.brew.sh/Installation>

::

brew update
brew install Caskroom/cask/xquartz
brew install autoconf
brew install automake
brew install pkg-config
brew install libtool
brew install gdal
brew install proj
brew install xerces-c
brew install fox
export CPPFLAGS=-I/opt/X11/include
export LDFLAGS=-L/opt/X11/lib
./configure CXX=clang++ CXXFLAGS="-stdlib=libc++ -std=gnu++11" --with-xerces=/usr/local --with-proj-gdal=/usr/local
Expand Down

0 comments on commit b34cf54

Please sign in to comment.