Browse Source

Merge pull request #39 from iShift/patch-1

fix some mistakes (minor OSX doc improvements)
miguelfreitas
miguelfreitas 11 years ago
parent
commit
aaa4ab61e9
  1. 3
      doc/build-osx.md

3
doc/build-osx.md

@ -86,6 +86,7 @@ Instead, it's enough to make sure the right openssl binary is on your $PATH: @@ -86,6 +86,7 @@ Instead, it's enough to make sure the right openssl binary is on your $PATH:
4. Build twisterd. Note: it *will* emit a lot of warnings, but as long as you don't get
actual `error` messages, it should be fine:
cd ../
cd src
make -f makefile.osx
@ -93,7 +94,7 @@ actual `error` messages, it should be fine: @@ -93,7 +94,7 @@ actual `error` messages, it should be fine:
make -f makefile.osx test
6. If things go south, before trying again, make sure you clean it up:
If things go south, before trying again, make sure you clean it up:
make -f makefile.osx clean

Loading…
Cancel
Save