Skip to content

Commit

Permalink
Issue softhsm#348: Document that OSX needs pkg-config to detect cppunit.
Browse files Browse the repository at this point in the history
  • Loading branch information
bellgrim committed Dec 15, 2017
1 parent 27c2912 commit 5d6a8e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ test-driver
# Test outputs
*.log
*.trs
test-results.xml

# Temporary files
*~
Expand All @@ -58,6 +59,7 @@ ROOT
# Specifics
softhsm2.module
src/bin/common/.dirstamp
src/bin/dump/softhsm2-dump-db
src/bin/dump/softhsm2-dump-file
src/bin/keyconv/softhsm2-keyconv
src/bin/util/softhsm2-util
Expand Down
1 change: 1 addition & 0 deletions OSX-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ follows:
Now we need to install some dependencies

$ brew install automake
$ brew install pkg-config
$ brew install openssl
$ brew install sqlite
$ brew install cppunit
Expand Down

0 comments on commit 5d6a8e5

Please sign in to comment.