NSSpiral / Blackb0x

Apple TV 2/3 Jailbreak
515 stars 57 forks source link

Not run #7

Closed Blunocia closed 2 years ago

Blunocia commented 3 years ago

it gives me error on the second string

include <openssl/aes.h>

tells me "file not found"

starnaultmathis commented 3 years ago

Same problem for me...

activea commented 3 years ago

worked after checking this post.. https://stackoverflow.com/questions/45693149/openssl-aes-h-file-not-found-on-mac

First check if the path pointed out by $(brew --prefix openssl)/include exists.

If above is fine, you can try

$ cd /usr/local/include $ ln -s ../opt/openssl/include/openssl .