Skip to content

Commit

Permalink
Update pdq/cpp/README.md for facebook#868 (facebook#882)
Browse files Browse the repository at this point in the history
Better links, remove legal advice
  • Loading branch information
Dcallies authored Dec 9, 2021
1 parent 540303c commit 374d2cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdq/cpp/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Documentation

Please see `../README.md` and `../../README.md` for context, and `../../hashing.pdf` for thorough documentation.
Please see [../README.md](https://github.com/facebook/ThreatExchange/blob/main/pdq/README.md) and [../../README.md](https://github.com/facebook/ThreatExchange/blob/main/README.md) for context, and [../hashing.pdf](https://github.com/facebook/ThreatExchange/blob/main/hashing/hashing.pdf) for thorough documentation.

# Dependencies

* C++ 11 or higher
* `CImg.h` is included for reference, although note that its license does not allow commercial use. It is expected that your company will already have image-processing logic. Dependencies of this code on `CImg.h` are confined solely to `io/pdqio.h` and `io/pdqio.cpp` which you can customize for your site.
* `CImg.h` is included for reference, though note it is not under the same license as the rest of the repository. It is expected that your company will already have image-processing logic. Dependencies of this code on `CImg.h` are confined solely to `io/pdqio.h` and `io/pdqio.cpp` which you can customize for your site.
* ImageMagick or other JPEG/PNG libraries: for example, `brew install imagemagick` on MacOSX

# Contact
Expand Down

0 comments on commit 374d2cf

Please sign in to comment.