Re: [tor-dev] help with minimal Tor build for Shadow

2014-07-22 Thread Rob Jansen
Let me try again more concisely: Whats the most minimal (fastest) way to generate ‘orconfig.h' and 'or_sha1.i’ from a clean git clone of Tor master? Is there a make target for this? -Rob On Jul 11, 2014, at 5:17 PM, Rob Jansen wrote: > Hi, > > Shadow uses CMake and a custom build process to

[tor-dev] help with minimal Tor build for Shadow

2014-07-11 Thread Rob Jansen
Hi, Shadow uses CMake and a custom build process to build the Tor source files into a shadow-plugin (using Clang/LLVM and a custom pass). However, because my CMake build file is not smart enough to know how to turn orconfig.h.in into orconfig.h, I still have to run Tor through autotools first (