heartleech icon indicating copy to clipboard operation
heartleech copied to clipboard

Fix Linux build problems

Open ngaro opened this issue 8 years ago • 2 comments

  • Adds 2 missing headers needed for compiling
  • Removes a definition already defined earlier (not necessary)
  • Fixes problems with incorrect gcc options
  • Automatically download and build the correct version of openssl
  • Add possibility for cleaning the build environment

ngaro avatar Nov 06 '16 18:11 ngaro

I changed the lines you committed, but I still got one error:

"gcc: error: ../heartleech/heartleech.c: No such file or directory"

I also reinstalled it and modified the path, but this didn't help. Did I do sth wrong?

Ri1a avatar Apr 24 '18 08:04 Ri1a

I tried it again here, works fine. You must be compiling it wrong. I can compile my rep like this: git clone [email protected]:ngaro/heartleech.git && cd heartleech && make

ngaro avatar Aug 04 '18 12:08 ngaro