Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
98d8e188
Commit
98d8e188
authored
Mar 06, 2006
by
Chris Withers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- remove curl downloading so process matches docs and I can build from behind a firewall
- tweak pywin32 version - tweak docs
parent
5f4b4caf
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
13 deletions
+11
-13
inst/WinBuilders/README.txt
inst/WinBuilders/README.txt
+10
-2
inst/WinBuilders/mk/common.mk
inst/WinBuilders/mk/common.mk
+0
-1
inst/WinBuilders/mk/python.mk
inst/WinBuilders/mk/python.mk
+1
-9
inst/WinBuilders/mk/zope.mk
inst/WinBuilders/mk/zope.mk
+0
-1
No files found.
inst/WinBuilders/README.txt
View file @
98d8e188
...
...
@@ -36,8 +36,8 @@ a "tmp" directory, inst/tmp. Place the necessary pre-requisites in the tmp
directory. At the time of this writing, these are:
- Python-2.4.2.tgz
- pywin32-20
5
.win32-py2.4.exe
- Zope-2.
9.0
.tgz
- pywin32-20
7
.win32-py2.4.exe
- Zope-2.
10.0b1
.tgz
As time marches on, these version numbers will obviously change. See/edit
mk/python.mk and mk/zope.mk for the exact versions required.
...
...
@@ -57,6 +57,14 @@ Python instead. Cautions:
directory instead; if so, make a copy in the root of your Python
installation.
Places you may want to hunt for python24.dll:
C:\Program Files
C:\Windows\System32
Place you most likely want to copy it to:
C:\Python24
Building
--------
...
...
inst/WinBuilders/mk/common.mk
View file @
98d8e188
...
...
@@ -37,7 +37,6 @@ TAR=tar
SED
=
sed
TOUCH
=
touch
NMAKE
=
nmake
CURL
=
curl
-N
CSCRIPT
=
cscript
ECHO
=
echo
ISS_DIR
=
$(CYGROOT)
/Progra~1/Inno Setup 5
...
...
inst/WinBuilders/mk/python.mk
View file @
98d8e188
...
...
@@ -16,7 +16,7 @@
PYVERSION_MAJOR
:=
2
PYVERSION_MINOR
:=
4
PYVERSION_PATCH
:=
2
W32ALLVERSION
:=
20
5
W32ALLVERSION
:=
20
7
PYVERSION
:=
$(PYVERSION_MAJOR)
.
$(PYVERSION_MINOR)
.
$(PYVERSION_PATCH)
...
...
@@ -69,14 +69,6 @@ clean_libs:
# Fetch dependencies
tmp
:
$(MKDIR)
tmp
tmp/$(W32ALLDIRNAME).exe
:
tmp
$(CURL)
-o
tmp/
$(W32ALLDIRNAME)
.exe http://easynews.dl.sourceforge.net/sourceforge/pywin32/
$(W32ALLDIRNAME)
.exe
$(TOUCH)
tmp/
$(W32ALLDIRNAME)
.exe
tmp/$(PYDIRNAME).tgz
:
tmp
$(CURL)
-o
tmp/
$(PYDIRNAME)
.tgz http://python.org/ftp/python/
$(PYVERSION)
/
$(PYDIRNAME)
.tgz
$(TOUCH)
tmp/
$(PYDIRNAME)
.tgz
$(ARB_PYSRCDIR)
:
tmp/$(PYDIRNAME).tgz
$(MKDIR)
"
$(SRC_DIR)
"
...
...
inst/WinBuilders/mk/zope.mk
View file @
98d8e188
...
...
@@ -65,7 +65,6 @@ $(BUILD_DIR)/lib/python/Zope2/version.txt: $(BUILD_DIR)/bin/python.exe
$(TOUCH)
$@
tmp/$(ZOPEDIRNAME).tgz
:
$(CURL)
-o
tmp/
$(ZOPEDIRNAME)
.tgz http://www.zope.org/Products/Zope/
$(ZOPEVERSION)
/
$(ZOPEDIRNAME)
.tgz
$(TOUCH)
tmp/
$(ZOPEDIRNAME)
.tgz
# This merely unpacks the Zope tarball.
...
...
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