Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
a4a90dde
Commit
a4a90dde
authored
Apr 29, 1999
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify that the Modules/ directory is in an unpacked source
distribution; this is not clear for Windows users.
parent
c0fcbc1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/ext/ext.tex
Doc/ext/ext.tex
+3
-3
No files found.
Doc/ext/ext.tex
View file @
a4a90dde
...
...
@@ -420,15 +420,15 @@ If you can't use dynamic loading, or if you want to make your module a
permanent part of the Python interpreter, you will have to change the
configuration setup and rebuild the interpreter. Luckily, this is
very simple: just place your file (
\file
{
spammodule.c
}
for example) in
the
\file
{
Modules
}
directory, add a line to the file
\file
{
Modules/Setup.local
}
describing your file:
the
\file
{
Modules
/
}
directory of an unpacked source distribution, add
a line to the file
\file
{
Modules/Setup.local
}
describing your file:
\begin{verbatim}
spam spammodule.o
\end{verbatim}
and rebuild the interpreter by running
\program
{
make
}
in the toplevel
directory. You can also run
\program
{
make
}
in the
\file
{
Modules
}
directory. You can also run
\program
{
make
}
in the
\file
{
Modules
/
}
subdirectory, but then you must first rebuild
\file
{
Makefile
}
there by running `
\program
{
make
}
Makefile'. (This is necessary each
time you change the
\file
{
Setup
}
file.)
...
...
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