File:  [LON-CAPA] / loncom / homework / caparesponse / commands
Revision 1.1: download - view: text, annotated - select for diffs
Mon Sep 11 21:20:06 2000 UTC (23 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- caparesponse files

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

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