Changeset 1396

Show
Ignore:
Timestamp:
08/02/09 22:14:24 (4 years ago)
Author:
ahu
Message:

new readme in trunk as well

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/README-recursor

    r1202 r1396  
    20201) head to http://sourceforge.net/project/showfiles.php?group_id=7586 and 
    2121download the latest boost tar.bz2 or tar.gz, perhaps from: 
    22 http://surfnet.dl.sourceforge.net/sourceforge/boost/boost_1_33_1.tar.bz2 
     22http://downloads.sourceforge.net/project/boost/boost/1.39.0/boost_1_39_0.tar.bz2?use_mirror=ovh 
    2323(use the first link if this one doesn't work) 
    2424 
    25252) untar it: 
    2626 
    27 $ tar xjf boost_1_33_1.tar.bz2 
     27$ tar xjf boost_1_39_0.tar.bz2 
    2828 
    29293) Compile the PowerDNS recursor using: 
    3030 
    31 $ CXXFLAGS=-I./boost_1_33_1/ ./configure 
    32 $ CXXFLAGS=-I./boost_1_33_1/ make clean  
    33 $ CXXFLAGS=-I./boost_1_33_1/ make all 
     31$ CXXFLAGS=-I./boost_1_39_0/ ./configure 
     32$ CXXFLAGS=-I./boost_1_39_0/ make clean  
     33$ CXXFLAGS=-I./boost_1_39_0/ make all 
    3434(the 'clean' is needed to have make pick up the new boost) 
    3535 
     
    7171have available. Then run: 
    7272 
    73    $ rec_control quit 
    74    bye  
     73   $ rec_control quit-nicely 
     74   bye nicely 
    7575 
    7676Then do: 
     
    8080The resulting binary is up to 20% faster in our tests. 
    8181 
    82 Do run with g++ 4.1 if you can, it is the best. 
     82Do run with g++ 4.4.1 if you can, it is the best. 
    8383 
    8484RUNNING ON A DIFFERENT MACHINE 
    8585------------------------------ 
    86 To prevent hassles with g++ 4.1 dependencies, you can build like this: 
     86To prevent hassles with g++/c++ dependencies, you can build like this: 
    8787   $ STATIC=semi make all 
    8888