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?

set CAPADIR=~albertel/CAPA

make -f Makefile clean
mkdir capaFunctions
cp $CAPADIR/pProj/Linux/*.o capaFunctions
swig -perl5 caparesponse.i 
cp Makefile.pl Makefile.PL
perl Makefile.PL 
make -f Makefile 
cp blib/arch/auto/caparesponse/caparesponse.so . 
perl caparesponse.pm     

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