mirror of https://github.com/python/cpython
Issue #14346: Fix some typos in the Mac/README file.
(Patch by Dionysios Kalofonos)
This commit is contained in:
parent
94a105705f
commit
b07b730e06
10
Mac/README
10
Mac/README
|
@ -70,7 +70,7 @@ flag to configure::
|
||||||
$ make
|
$ make
|
||||||
$ make install
|
$ make install
|
||||||
|
|
||||||
This flag can be used a framework build of python, but also with a classic
|
This flag can be used with a framework build of python, but also with a classic
|
||||||
unix build. Either way you will have to build python on Mac OS X 10.4 (or later)
|
unix build. Either way you will have to build python on Mac OS X 10.4 (or later)
|
||||||
with Xcode 2.1 (or later). You also have to install the 10.4u SDK when
|
with Xcode 2.1 (or later). You also have to install the 10.4u SDK when
|
||||||
installing Xcode.
|
installing Xcode.
|
||||||
|
@ -221,8 +221,8 @@ How do I create a binary distribution?
|
||||||
|
|
||||||
Go to the directory "Mac/OSX/BuildScript". There you'll find a script
|
Go to the directory "Mac/OSX/BuildScript". There you'll find a script
|
||||||
"build-installer.py" that does all the work. This will download and build
|
"build-installer.py" that does all the work. This will download and build
|
||||||
a number of 3th-party libaries, configures and builds a framework Python,
|
a number of 3rd-party libaries, configures and builds a framework Python,
|
||||||
installs it, creates the installer pacakge files and then packs this in a
|
installs it, creates the installer package files and then packs this in a
|
||||||
DMG image.
|
DMG image.
|
||||||
|
|
||||||
The script will build a universal binary, you'll therefore have to run this
|
The script will build a universal binary, you'll therefore have to run this
|
||||||
|
@ -258,8 +258,8 @@ architectures. Temporarily move ``/usr/local`` aside to finish the build.
|
||||||
Uninstalling a framework install, including the binary installer
|
Uninstalling a framework install, including the binary installer
|
||||||
================================================================
|
================================================================
|
||||||
|
|
||||||
Uninstalling a framework can be done by manually removing all bits that got installed,
|
Uninstalling a framework can be done by manually removing all bits that got installed.
|
||||||
that's true for both installations from source and installations using the binary installer.
|
That's true for both installations from source and installations using the binary installer.
|
||||||
Sadly enough OSX does not have a central uninstaller.
|
Sadly enough OSX does not have a central uninstaller.
|
||||||
|
|
||||||
The main bit of a framework install is the framework itself, installed in
|
The main bit of a framework install is the framework itself, installed in
|
||||||
|
|
Loading…
Reference in New Issue