File:  [LON-CAPA] / loncom / homework / caparesponse / commands
Revision 1.3: download - view: text, annotated - select for diffs
Wed Sep 13 20:36:47 2000 UTC (23 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- reorg

    1: set CAPADIR=~albertel/CAPA
    2: 
    3: make -f Makefile clean
    4: mkdir capaFunctions
    5: cp $CAPADIR/pProj/Linux/*.o capaFunctions
    6: swig -perl5 capa.i 
    7: cp Makefile.pl Makefile.PL
    8: perl Makefile.PL 
    9: make -f Makefile 
   10: cp blib/arch/auto/capa/capa.so . 
   11: perl capa.pm     

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