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
6b111b0a
Kaydet (Commit)
6b111b0a
authored
Eki 11, 1994
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove old readline note, add smake note
üst
4450bab7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
README
README
+2
-8
No files found.
README
Dosyayı görüntüle @
6b111b0a
...
...
@@ -242,7 +242,8 @@ architecture, and in each directory run the configure script (on the
appropriate machine with the appropriate options). This creates the
necessary subdirectories and the Makefiles therein. The Makefiles
contain a line VPATH=... which points to directory containing the
actual sources.
actual sources. (On SGI systems, use "smake" instead of "make" if you
use VPATH -- don'
t
try
gnumake
.)
For
example
,
the
following
is
all
you
need
to
build
a
minimal
Python
in
/
usr
/
tmp
/
python
(
assuming
~
guido
/
src
/
python
is
the
toplevel
...
...
@@ -256,13 +257,6 @@ directory and you want to build in /usr/tmp/python):
[...]
$
To use the readline library in this case, you will have to create a
subdirectory of your build directory called readline, copy
readline/Makefile into it, edit the Makefile to contain a proper VPATH
line (and possibly edit the compiler flags set in the Makefile), and
pass the configure script a --with-readline=DIRECTORY option giving it
the absolute (!) pathname of the readline build directory.
Note
that
Modules
/
Makefile
copies
the
original
Setup
file
to
the
build
directory
if
it
finds
no
Setup
file
there
.
This
means
that
you
can
edit
the
Setup
file
for
each
architecture
independently
.
For
this
...
...
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