[Qgis-developer] How to use x-code qgis installer
John C. Tull
john.tull at wildnevada.org
Tue May 5 11:59:45 EDT 2009
If you are comfortable with the Terminal, you have Apple's developer
tools installed, and you have all of William's frameworks that are
necessary for qgis installation, you can download the qgis source with
svn, cd to the qgis_source/mac/xcode directory, then issue the command
'xcodebuild'. This will build the application if nothing fails along
the way without having to fool with Xcode itself. You may need to
change the python setting in qgis_user.xcconfig (copy the template) to
'PYTHON_FORM = system' if you use the native Apple-supplied python and
python bindings are not building.
Once you get a build, you can then copy the application from the build/
native/Release directory to your Applications folder. I build the
trunk source to play with new features and help report bugs, so I
delete the build directory every time I want to make a new build.
John
On May 5, 2009, at 6:34 AM, William Kyngesburye wrote:
> Hm, I'll have to think about that. It shouldn't be too hard with
> what's in the readme, but some people may need more details.
> Basically, you should be able to build Qgis by editing the
> qgis_user.xcconfig, opening the project in Xcode and selecting/
> clicking Build.
>
> Note that the project download on my site is for Qgis 1.0.1, though
> it should be usable for 1.0.2, the internal build needs updating.
> The trunk project is way out of date, and I just now removed it.
> It's up to date in the trunk source.
>
> On May 5, 2009, at 6:04 AM, Luca Mandolesi wrote:
>
>> Hi, I use mac os x and I'm interested to understand how to build
>> qgis from xCode project of http://www.kyngchaos.com. The only
>> documentation it's the readme.txt inside the xCode folder or I must
>> to read somes others tutorial, for example how to use xCode, etc.?
>>
>> Thanks a lot
>> _______________________________________________
>> Qgis-developer mailing list
>> Qgis-developer at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>
> -----
> William Kyngesburye <kyngchaos*at*kyngchaos*dot*com>
> http://www.kyngchaos.com/
>
> [Trillian] What are you supposed to do WITH a maniacally depressed
> robot?
>
> [Marvin] You think you have problems? What are you supposed to do
> if you ARE a maniacally depressed robot? No, don't try and answer,
> I'm 50,000 times more intelligent than you and even I don't know the
> answer...
>
> - HitchHiker's Guide to the Galaxy
>
>
> _______________________________________________
> Qgis-developer mailing list
> Qgis-developer at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
More information about the Qgis-developer
mailing list