This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cjrh
Recipients cjrh, matrixise, ned.deily, r.david.murray, ronaldoussoren, tdsmith, vstinner, willingc, zach.ware
Date 2016-06-23.06:00:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466661646.15.0.292890045343.issue25572@psf.upfronthosting.co.za>
In-reply-to
Content
I struggled with this issue, and eventually found the recommendations about linking with homebrew's OpenSSL on StackOverflow or similar, and then only later found this issue here (and with it the link to the devguide); but the *first* places I looked were the README in the source root, and then the README in the Mac/ directory. That may however just be ignorance on my part of where I should have been looking. Yet another reminder that I need to become much more familiar with the devguide.

The README only mentions the devguide in the context of contributing, but not that it will contain further information required for building. Under "Build Instructions", the README says:

***

Build Instructions
------------------

On Unix, Linux, BSD, OSX, and Cygwin:

    ./configure
    make
    make test
    sudo make install

This will install Python as python3.

You can pass many options to the configure script; run "./configure --help" to find out more.  On OSX and Cygwin, the executable is called python.exe;
elsewhere it's just python.

On Mac OS X, if you have configured Python with --enable-framework, you should use "make frameworkinstall" to do the installation.  Note that this installs the Python executable in a place that is not normally on your PATH, you may want to set up a symlink in /usr/local/bin.

***

It might be helpful to add to the README (in the "Build Instructions" section): 

"The devguide may include further information about specific build dependencies for your platform here: https://docs.python.org/devguide/setup.html#build-dependencies"
History
Date User Action Args
2016-06-23 06:00:46cjrhsetrecipients: + cjrh, ronaldoussoren, vstinner, ned.deily, r.david.murray, zach.ware, matrixise, willingc, tdsmith
2016-06-23 06:00:46cjrhsetmessageid: <1466661646.15.0.292890045343.issue25572@psf.upfronthosting.co.za>
2016-06-23 06:00:46cjrhlinkissue25572 messages
2016-06-23 06:00:44cjrhcreate