[tor-bugs] #2925 [Vidalia]: Getting started build documentation
Tor Bug Tracker & Wiki
torproject-admin at torproject.org
Wed Mar 21 08:23:37 UTC 2012
#2925: Getting started build documentation
-------------------------+--------------------------------------------------
Reporter: cypherpunks | Owner: chiiph
Type: task | Status: new
Priority: minor | Milestone:
Component: Vidalia | Version:
Keywords: | Parent:
Points: | Actualpoints:
-------------------------+--------------------------------------------------
Comment(by sirop):
I'll write something here in order not to forget it.
== Ubuntu 11.10 ==
'''Building Vidalia'''
$ mkdir build && cd build
$ export PATH=/path/to/Qt/lib:/path/to/Qt/include:$PATH
$ cmake -DQT_QMAKE_EXECUTABLE=/path/to/Qt/qmake ..
$ make
'''Building qtscriptgenerator-0.2.0'''
Fololow the README instructions. If you get some make errors when building
qtbindings, consider
http://code.google.com/p/qtscriptgenerator/issues/detail?id=38 .
./generator --include-paths=/usr/include/qt4
might help.
Reduce the build time excluding some plugin libs as we need only
qt , qt.core , qt.gui , qt.uitools . I did not try it out, but it should
be possible with some qmake options.
Be sure to use the same version and the same build of Qt for both Vidalia
and qtscriptgenerator.
I used qt-4.8.0 from QtSDK.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/2925#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list