[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #4045 [Vidalia]: Test Vidalia-0.3.1-rc (alpha release)
#4045: Test Vidalia-0.3.1-rc (alpha release)
---------------------+------------------------------------------------------
Reporter: chiiph | Owner: chiiph
Type: task | Status: new
Priority: normal | Milestone: Vidalia-0.3.X
Component: Vidalia | Version:
Keywords: | Parent:
Points: | Actualpoints:
---------------------+------------------------------------------------------
Comment(by chiiph):
So it seems that Qt in the 4.6 series didn't want to make Makefiles with
qmake in OSX, but XCode projects. So here are the steps you need to follow
to build qtscriptgenerator with qt 4.6 in OSX:
cd path/to/generator/
qmake
xcodebuild -project generator.xcodeproj
./build/Debug/generator # it should output a lot of
/Library/Frameworks/Qt* lines
cd ../qtbindings/
qmake -recursive
for i in $(ls -d qtscript_*); do xcodebuild -project $i/$i.xcodeproj; done
From that point on, you'll have the files just like the README says,
although that last one liner won't build qs_eval, so you won't be able to
run the example like the README file says, but we don't need it for
Vidalia.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/4045#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs