Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added a note about downloading latest python for mac
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7249 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Oct 3, 2007
1 parent 1d241da commit ffb8513
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions INSTALL
Expand Up @@ -516,6 +516,20 @@ Then extract and build it to a prefix of /usr/local:
4.3.4. Additional Dependencies : PyQt
=====================================

Make sure you have the latest python fom


http://www.python.org/download/mac/


If you encounter problems compiling PyQt using the instructions
below you can also try adding python from your frameworks dir
explicitly to your path e.g.


export PATH=/Library/Frameworks/Python.framework/Versions/Current/bin:$PATH$


Retrieve the python bindings toolkit for Qt from


Expand Down
14 changes: 14 additions & 0 deletions INSTALL.t2t
Expand Up @@ -422,6 +422,20 @@ cd ..

=== Additional Dependencies : PyQt ===

Make sure you have the latest python fom

```
http://www.python.org/download/mac/
```

If you encounter problems compiling PyQt using the instructions
below you can also try adding python from your frameworks dir
explicitly to your path e.g.

```
export PATH=/Library/Frameworks/Python.framework/Versions/Current/bin:$PATH$
```

Retrieve the python bindings toolkit for Qt from

```
Expand Down

0 comments on commit ffb8513

Please sign in to comment.