08-26-2019, 01:49 PM
It's missing the openssl source on Cali so I downloaded the openssl source however as I'm sure you know I have to get all the paths correct for example in hcxtools.c (or roughly that name) it includes,
#include "openssl/sha1.h"
Now I'm pretty decent with c/c++ in windows using C::B's or MVS etc I can just set library directories in the IDE settings however I'm a bit lost with Linux.
So how do I tell the compiler where the openssl directory is. I mean it's sitting on the desktop however I need to link the directory in the make file i think?
#include "openssl/sha1.h"
Now I'm pretty decent with c/c++ in windows using C::B's or MVS etc I can just set library directories in the IDE settings however I'm a bit lost with Linux.
So how do I tell the compiler where the openssl directory is. I mean it's sitting on the desktop however I need to link the directory in the make file i think?