Help me install hxctools
#1
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?
Reply


Messages In This Thread
Help me install hxctools - by Ar76 - 08-26-2019, 01:49 PM
RE: Help me install hxctools - by philsmd - 08-26-2019, 03:01 PM
RE: Help me install hxctools - by royce - 08-26-2019, 03:37 PM
RE: Help me install hxctools - by undeath - 08-26-2019, 03:59 PM