File:  [LON-CAPA] / loncom / homework / caparesponse / commands
Revision 1.7: download - view: text, annotated - select for diffs
Tue Oct 24 13:46:19 2000 UTC (23 years, 6 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- changed paths to be something you probably didn't need to modify
- added README

CAPADIR=../../../CAPA

make -f Makefile clean
mkdir capaFunctions
path=`pwd`
cd $CAPADIR/pProj
make ARCH=LONCAPA libcapa
cd $path
cp $CAPADIR/pProj/LONCAPA/*.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>