File:  [LON-CAPA] / loncom / homework / caparesponse / commands
Revision 1.6: download - view: text, annotated - select for diffs
Tue Sep 26 19:29:07 2000 UTC (23 years, 9 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
adding a file suffix extension (lcpm=loncapa perl module; invented by Mr. Guy, submitted to CVS in the year 2000... wow, it's historic) -Scott

    1: CAPADIR=/home/harris41/LON-CAPA-topdir_for_build/SOURCES/CAPA
    2: 
    3: make -f Makefile clean
    4: mkdir capaFunctions
    5: path=`pwd`
    6: cd $CAPADIR/pProj
    7: make ARCH=LONCAPA libcapa
    8: cd $path
    9: cp $CAPADIR/pProj/LONCAPA/*.o capaFunctions
   10: swig -perl5 capa.i 
   11: cp Makefile.PL Makefile.pl
   12: perl Makefile.PL 
   13: make -f Makefile 
   14: cp blib/arch/auto/capa/capa.so . 
   15: perl capa.pm     

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>