From ac1df7a61e3e19d84ed6e3811bfe3abdbec1de2f Mon Sep 17 00:00:00 2001 From: jconerly Date: Sat, 26 May 2018 01:34:53 -0500 Subject: [PATCH] Added 18.04 compatibility statement --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8ec9f56..99f7829 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 . See LICENSE for details.