Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Module::Build;
    ...
    $build->do_system('ld', qw(-G say.o say_wrap.o -lflite_cmu_us_kal -lfl
    +ite_usenglish -lfliste_cmulex -lflite -lm -o say.so));
    
    $build->create_build_script;
    
  2. or download this
    #!/usr/bin/perl
    # $File: //member/autrijus/XML-RSS-Aggregate/Makefile.PL $
    ...
    # indent-tabs-mode: nil
    # End:
    # vim: expandtab shiftwidth=4: