Dabo in 30 seconds?

Jaime Wyant programmer.py at gmail.com
Mon Aug 1 15:53:34 EDT 2005


It is usually referred to as STC.  This is from my BUILD.txt
instructions for "unix" builds:

2. To build and install wxWidgets you could just use the "make"
   command but there are other libraries besides the main wxWidgets
   libs that also need to be built so again I make a script to do it
   all for me so I don't forget anything.  This time it is called
   ".make" (I use the leading "."  so when I do ``rm -r *`` in my build
   dir I don't lose my scripts too.)  This is what it looks like::

        make $* \
            && make -C contrib/src/animate $* \
            && make -C contrib/src/gizmos $* \
            && make -C contrib/src/stc $*

   So you just use .make as if it where make, but don't forget to set
   the execute bit on .make first!::

jw

On 8/1/05, James Stroud <jstroud at mbi.ucla.edu> wrote:
> On Monday 01 August 2005 12:17 pm, Ed Leafe wrote:
> > So in a way, I *do* expect someone
> > who has foregone the binary route and chosen the source route to at least
> > read the build instructions.
> 
> There is no mention of stylized text controls in either the wxPython build or
> install pages of the www documentation. It is probably there, hidden in a
> very obvious place that someone would be expected to read if they wanted to
> use it enough to dig for something they don't know there looking for.
> 
> James
> 
> --
> James Stroud
> UCLA-DOE Institute for Genomics and Proteomics
> Box 951570
> Los Angeles, CA 90095
> 
> http://www.jamesstroud.com/
> --
> http://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list