Changes between Version 1 and Version 2 of bgpdistutils


Ignore:
Timestamp:
02/25/09 20:41:49 (14 years ago)
Author:
norris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • bgpdistutils

    v1 v2  
    55Building python for the front end is pretty straightforward. Here is an example build for Python 2.6.1: 
    66{{{ 
    7 $ ../Python-2.6.1/configure --prefix=/home/norris/soft --enable-shared -disable-ipv6 --without-threads CC=gcc LDFLAGS= CXX=g++ LINKCC=gcc 
     7$ ../Python-2.6.1/configure --prefix=/home/norris/soft --enable-shared \ 
     8    --disable-ipv6 --without-threads CC=gcc LDFLAGS= CXX=g++ LINKCC=gcc 
    89$ make 
    910$ make install