[tor-bugs] #6436 [Tor]: Asciidoc files don't build using Homebrew on Mac OS X

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Dec 11 10:17:33 UTC 2012


#6436: Asciidoc files don't build using Homebrew on Mac OS X
----------------------------+-----------------------------------------------
    Reporter:  sjmurdoch    |       Owner:           
        Type:  defect       |      Status:  closed   
    Priority:  minor        |   Milestone:           
   Component:  Tor          |     Version:           
  Resolution:  implemented  |    Keywords:  tor-relay
      Parent:               |      Points:           
Actualpoints:               |  
----------------------------+-----------------------------------------------

Comment(by hiddentao):

 Thanks for this. These are the steps I took to getting the latest Git
 version of TOR compiling on OS X 10.8.2 Mountain Lion.

  1. Install '''Xcode'''
 ([https://developer.apple.com/technologies/tools/])
  1. Start Xcode. Goto ''Preferences'' -> ''Downloads'' and install
 '''Command-line tools'''.
  1. Install '''Homebrew''' ([http://mxcl.github.com/homebrew/])
  1. Ensure `/usr/local/bin` is write-able by brew,  you could do `chown
 <user>:<group> /usr/local/bin`.
  1. `brew install autoconf automake libevent asciidoc`
  1. Ensure the build can make use of asciidoc properly: `export
 XML_CATALOG_FILES="/usr/local/etc/xml/catalog"`
  1. Ensure the next shell we open has asciidoc already setup: `echo export
 XML_CATALOG_FILES="/usr/local/etc/xml/catalog" >> ~/.bashrc`
  1. `git clone git://git.torproject.org/git/tor`
  1. `cd tor`
  1. `./autogen.sh`
  1. `./configure`
  1. `make`
  1. `make install`

 At this point typing `tor` should successfully start TOR.

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/6436#comment:4>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list