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, 7 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- reorg

set CAPADIR=~albertel/CAPA

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

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