osintgram4j icon indicating copy to clipboard operation
osintgram4j copied to clipboard

Can't run setup.sh

Open AimanRosman opened this issue 1 year ago • 3 comments
trafficstars

Bug Report

When i run setup.sh it shows : $ ./setup.sh --force-download

Operating System State

Is Linux: true Is OS X (macOS): false

Preparing files (JDK, Libraries) and stop there when i continue to build.sh it tells me Some JDK tools are missing. Please re-run the setup.sh to set up the required tools.

AimanRosman avatar May 14 '24 17:05 AimanRosman

Can you describe these following questions?

  • Under what Operating System (e.g. Ubuntu 24.04, Kali Linux 2024.1) are you running this?
  • How can I reproduce this error?

BC100Dev avatar May 15 '24 12:05 BC100Dev

Im using Kali Linux 2024.1 and the error shows when i type in $ ./setup.sh --force-download

AimanRosman avatar May 16 '24 14:05 AimanRosman

Identified the issue, and it's also a part of my fault here. I didn't specify the dependencies in the README, which, eventually, you would expect to run flawlessly. Apparently, I was wrong.

Well, before running setup.sh, you also need to run:

sudo apt install tar wget cmake build-essential

BC100Dev avatar May 16 '24 15:05 BC100Dev