… you'll run into
similar configuration issues on any platform :-)
Tim
On 30 Aug 2014, at 13:22 , tor-dev-requ...@lists.torproject.org wrote:
> Date: Fri, 29 Aug 2014 13:29:30 -0400
> From: Alan Fay
> To: tor-dev@lists.torproject.org
> Subject: Re: [tor-dev] problems building on osx 10.9.4
&g
-requ...@lists.torproject.org wrote:
> Date: Thu, 28 Aug 2014 12:33:59 -0400
> From: Alan Fay
> To: tor-dev@lists.torproject.org
> Subject: [tor-dev] problems building on osx 10.9.4
> Message-ID:
>
> Content-Type: text/plain; charset="utf-8"
>
> Hello!
Arlo,
Thanks, I got the build working with a local build/path of libevent2, just
as you described. I used brew for the other dependencies.
I am able to run ./scripts/test/coverage coverage-output without problems,
but running:
$ make coverage-html
Has the following problem: [
http://0bin.net/pa
Try,
cd
mkdir testing
wget
https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz
tar xzvf libevent-2.0.21-stable.tar.gz
cd libevent-2.0.21-stable
./configure --prefix=$HOME/testing
make install
cd ..
git clone https://git.torproject.org/tor.git
cd tor
Hello!
I'm trying to get a working build of Tor so I can learn more about working
on item "m. Improve test coverage in Tor". Apologies ahead of time for
being green; this seemed to be the most accessible place to start
contributing...I read through doc/HACKING and I'm slowly working through
that.