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
b2d5af8d
Kaydet (Commit)
b2d5af8d
authored
Tem 15, 2006
tarafından
George Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bug #15187702 : ext/win-cookbook.html has a broken link to distutils
üst
76e268bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
windows.tex
Doc/ext/windows.tex
+7
-5
No files found.
Doc/ext/windows.tex
Dosyayı görüntüle @
b2d5af8d
...
@@ -28,13 +28,15 @@ Python; typically Microsoft Visual \Cpp.
...
@@ -28,13 +28,15 @@ Python; typically Microsoft Visual \Cpp.
\section
{
A Cookbook Approach
\label
{
win-cookbook
}}
\section
{
A Cookbook Approach
\label
{
win-cookbook
}}
There are two approaches to building extension modules on Windows,
There are two approaches to building extension modules on Windows,
just as there are on
\UNIX
: use the
\refmodule
{
distutils
}
package to
just as there are on
\UNIX
: use the
\citetitle
[../lib/module-distutils.html]
{
distutils
}
package to
control the build process, or do things manually. The distutils
control the build process, or do things manually. The distutils
approach works well for most extensions; documentation on using
approach works well for most extensions; documentation on using
\refmodule
{
distutils
}
to build and package extension modules is
\citetitle
[../lib/module-distutils.html]
{
distutils
}
to build and
available in
\citetitle
[../dist/dist.html]
{
Distributing Python
package extension modules is available in
Modules
}
. This section describes the manual approach to building
\citetitle
[../dist/dist.html]
{
Distributing Python Modules
}
. This
Python extensions written in C or
\Cpp
.
section describes the manual approach to building Python extensions
written in C or
\Cpp
.
To build extensions using these instructions, you need to have a copy
To build extensions using these instructions, you need to have a copy
of the Python sources of the same version as your installed Python.
of the Python sources of the same version as your installed Python.
...
...
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