ChatSecure / OnionKit

Objective-C Tor Wrapper Framework for iOS
Other
41 stars 19 forks source link

Missing instructions for installing autotools #3

Open tauqeer-cs opened 10 years ago

tauqeer-cs commented 10 years ago

So , Ive been trying to clone ChatSecure but getting issue while building the Onion Kit.When im using build-all.sh after 15 minutes of process it gives me "autogen.sh: line 20: aclocal: command not found".And when im compiling OpenSSL, libevent and libtor static libaries individually than I do not have build-tor.sh in it.

Also apart form that for ./build-libtor.sh im getting ./build-libtor.sh: Permission denied

Thanks

chrisballinger commented 10 years ago

Looks like you'll need autotools, however, I'm going to overhaul OnionKit shortly so hopefully soon you won't need it to build anymore.

tauqeer-cs commented 10 years ago

Thanks chris yes I was missing some auto-tools.Thanks :)