[Zope] How do I "compile only" install?

kapil thangavelu k_vertigo@yahoo.com
Mon, 8 Oct 2001 12:59:23 -0700


whats wrong with a binary tarball from zope.org??

fyi, python wo_pcgi.py is compile only, ie zope compiles and installs in its 
source directory.

kapil

> How do I "compile only" during installation?
>
> I have no C compile on my web server.  How do I do the compile
> step only on another system and what do I need to copy to the
> web server.  I don't need (or want) the sources on the web server.
>
> There does not seem to be any sort of division of labor.  I want to be
> able to "make" on one system and "make install" on another.
> Even better "make binary-dist" on the development system and
> then just copy some tar file, etc. to the web server.
>