Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
Added 18.04 compatibility statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jconerly committed May 26, 2018
1 parent 3163085 commit ac1df7a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Expand Up @@ -3,11 +3,11 @@ stegdetect

Stegdetect is an automated tool for detecting steganographic content in images.

This repo has been updated to compile cleanly on Ubuntu 16.04 since the original project appears to be abandoned and no longer accepts pull requests.
This repo has been updated to compile cleanly on Ubuntu since the original project appears to be abandoned and no longer accepts pull requests.

### Building on x86_64
Tested on Ubuntu 16.04 and 18.04 only(17.x likely works though)

To build on x86_64 you must prefix the commands with `linux32`, like so
### Building on 64-bit Systemgs

```bash
$ linux32 ./configure
Expand Down Expand Up @@ -54,7 +54,3 @@ To run detection on a directory of JPEGs use:
/data/local/tmp/stegdetect -tF $img
done
```

### License

Copyright 2002 Niels Provos <provos@citi.umich.edu>. See LICENSE for details.

0 comments on commit ac1df7a

Please sign in to comment.