File:  [LON-CAPA] / loncom / homework / caparesponse / commands
Revision 1.2: download - view: text, annotated - select for diffs
Mon Sep 11 21:30:16 2000 UTC (23 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- it compiled, maybe it works?

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

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