Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
86b2c9e2
Kaydet (Commit)
86b2c9e2
authored
Ock 10, 2002
tarafından
Anthony Baxter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
build notes for macos x 10.1, from Dan Wolfe.
Closes patch: [ #481080 ] Read Me file Patch for Python 2.1.2
üst
f226f408
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
README
README
+28
-0
No files found.
README
Dosyayı görüntüle @
86b2c9e2
...
...
@@ -398,6 +398,34 @@ Mac OS X 10.0: Run configure with "OPT='-no-cpp-precomp' ./configure
expected to work on a Unix UFS filesystem (how to check for
this on Mac OS X?).
Mac OS X 10.1: Run configure with
"./configure --with-suffix=.x --with-dyld".
This generates executable file: 'python.x'
(it cannot be named 'python' on an HFS or HFS+
disk as the file name clashes with directory 'Python').
The makefile is set up to correctly handle two-
level namespaces for Mac OS X v10.1 and 10.0.x
systems. However, running the prebinding tool on
Mac OS X 10.0.x again will cause the tool to break
as it cannot handle two level namespaces.
The default Mac OS X has a default stacksize
of 512K which causes the regular expression
tests (RE and SRE) to SEGV. To temporarily
increase the stacksize, type 'limit stacksize 2M' in
the terminal window before running 'make test'.
The test_largefile test will work on HFS+ and
UFS filesystem, providing you have enough space
and time.
After sudo 'make installation', do the following
commands:
cd /usr/local/bin/
sudo mv python.x python
sudo mv python2.1.x python2.1
Cygwin: Cygwin Python builds OOTB when configured as follows:
configure --with-threads=no
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment