Drewbert
fac5a4e52e
Updated Common build problems (markdown)
2018-12-19 18:32:00 -06:00
Sander van Dragt
c5fe208385
Added libffi-devel to opensuse to fix error "ModuleNotFoundError: No module named '_ctypes'"
2018-12-11 12:59:57 +00:00
Francis T. O'Donovan
4b6360daa8
Don't assume default install location
2018-12-05 21:49:07 -05:00
mriviere-opendatasoft
79cbaec136
Updated Common build problems (markdown)
2018-12-03 15:38:40 +01:00
mriviere-opendatasoft
fd98b3ae13
Updated Common build problems (markdown)
2018-12-03 15:37:39 +01:00
asmaier
47e3a665ec
Additional SDK headers mentioned for Mac OS X 10.14 .
2018-10-30 15:19:35 +01:00
mig4
66e20aa2c1
Add requirements on Alpine Linux
2018-10-28 01:01:09 +01:00
Frank Bicknell
b1a8b064f2
Added note about Py 3.7.0 not compiling on RHEL6
2018-10-23 18:23:37 -04:00
Christopher Wilcox
bab9a66e0b
Provide more exact link. Improve transition to specified command
2018-10-18 16:45:16 -07:00
Christopher Wilcox
da0840226a
Add a link to the downloads for the command line tools. On my version of mac os, I didn't have the package at the location specified in the script block.
2018-10-18 16:33:02 -07:00
neo (HyeonCheol Kim)
307aec3f23
Updated Common build problems (markdown)
2018-10-18 11:41:38 +09:00
Josh Friend
931898d528
Updated Common build problems (markdown)
2018-10-10 16:43:38 -04:00
Federico Jaramillo Martínez
fdb6d71fa3
Another solution to zlib error on macOS
2018-10-06 20:07:19 -05:00
Benjamin Atkin
46f7160e0b
add libedit as alternative to readline
2018-09-19 21:48:35 -07:00
Nicholas A. Lourie
c5be291cb5
`liblzma-dev` is also required to build python 3+ on ubuntu, otherwise you get an error when importing lzma from the standard library.
2018-08-07 17:12:14 -07:00
Paul Kim
1972076cd2
added libffi-devel as a requirement for Fedora/CentOS/RHEL. Otherwise, cannot build Python 3 on Fedora 28 Workstation
2018-08-06 00:57:11 -07:00
Sorin Sbarnea
0729268637
dnf does not exist on centos 7, but yum exists on all rpm based distros.
2018-06-29 09:47:16 +01:00
Andrés Delfino
23444b5e60
libffi-dev is needed in Ubuntu to build Python 3.7.0rc1
2018-06-19 22:55:06 -03:00
Josh Soref
f2a1c7ef97
Updated Common build problems (markdown)
2018-05-17 15:10:41 -04:00
David Bonner
d787763727
add explainer for openssl 1.1 on debian stretch
2018-05-03 21:25:38 -04:00
kenardes
eeba17d3fe
on my fedora 27 machine, with openssl-devel still produce error, but then it solved after install compat-openssl10-devel
2018-04-16 12:04:21 +07:00
ZENGXS
22c36f0a12
Updated Common build problems (markdown)
2018-01-17 16:06:58 +08:00
Ben Reed
629cd1b7e8
Update for macOS 10.13.2
2017-12-12 20:31:48 -06:00
Dany Marcoux
465f134bbe
Add Arch Linux solution to missing OpenSSL lib
2017-11-07 18:07:30 +01:00
pug2694328
073a0e22c6
Updated Common build problems (markdown)
2017-09-28 09:21:13 -05:00
pug2694328
a82c53381f
Updated Common build problems (markdown)
2017-09-28 09:13:07 -05:00
Siddharth Pai
b1011120a4
Reverting my changes because it didn't work
2017-08-07 23:43:47 +05:30
Siddharth Pai
ac237a182b
Added build solution for arch linux
2017-08-07 23:41:01 +05:30
Dusty Phillips
124f81b08f
Updated Common build problems (markdown)
2017-07-03 10:21:20 -03:00
Dusty Phillips
cacd85a7ae
Updated Common build problems (markdown)
2017-07-03 10:21:10 -03:00
Rezha Julio
b94b347c0f
A wether is a castrated sheep
2017-05-27 22:06:33 +07:00
M Clark
f2f60e60c2
formating
2017-04-05 11:33:29 +08:00
M Clark
3c17ce7829
added tk-dev as a requirement http://stackoverflow.com/a/31299142/221742
2017-04-05 11:27:53 +08:00
monkey-mas
76718382c9
On Mac OS X 10.11, it seems we still experience build failure, so I've added the version ;)
2016-08-02 19:58:02 +09:00
Yamashita, Yuu
ce45f912cb
Add `xz` as a dependency (#654)
2016-07-05 01:08:30 +00:00
Yamashita, Yuu
084ab2e466
markdown style issue
2016-07-05 01:07:10 +00:00
Anh Quang Do
f8ca13af1b
Updated Common build problems (markdown)
2016-06-19 01:19:06 +07:00
Yamashita, Yuu
a90ce68a4d
Updated Common build problems (markdown)
2016-02-15 13:57:29 +09:00
Hairong Zhu
45164e7f1d
add libncursesw5-dev as deb dependency. libncursesw5-dev includes ncurses supports for wide characters. Python in Debian/Ubuntu repo is built against libncursesw5-dev. This is useful especially for CJK users.
2016-01-27 13:28:48 +08:00
Alex Vandiver
ddf2fdcc8e
Fix indentation; last two questions were incorrectly nested under the list of the third-to-last question
2015-12-18 23:39:06 -08:00
Keigo IMAI
7a0b0713d9
workaround for 'Missing the OpenSSL lib?' on RHEL6
2015-11-30 21:38:28 +09:00
forkbomber
cf22989d51
fix formatting
2015-11-04 11:22:16 -05:00
forkbomber
d06bdd78ff
Remove `brew link`, rename 'Mac' to 'Mac OS X'. Running `brew link readline` is neither required, nor recommended. pyenv autodetects unlinked keg-only brew readlike installation since yyuu/pyenv@b943e0a
2015-11-04 11:21:49 -05:00
Tony Narlock
f7d3dc7ed6
Add note for building python on FreeBSD w/ openssl
2015-11-01 08:36:10 -06:00
Jimi Ford
1c66d34dff
I believe this is missing the ~/
2015-10-14 23:56:45 -04:00
georgewhewell
20defecf78
Show how to reinstall Xcode command line tools
2015-10-12 12:17:28 +01:00
Alexander Savchuk
77407a9803
Added libncurses5-dev to Ubuntu requirements becouse it use by many packages like celery, uwsgitop and more.
2015-08-05 19:43:23 +03:00
Lukas Eipert
573cfaa735
Added help for issue #22
2015-07-30 17:37:49 +02:00
Jesús Gómez
8cec48894a
An inline message for the author. Sorry.
2015-02-25 15:52:18 -04:30
c0state
2d3f86d7db
Updated Common build problems (markdown)
2014-12-31 16:09:45 -08:00