File:  [LON-CAPA] / loncom / homework / caparesponse / commands
Revision 1.9: download - view: text, annotated - select for diffs
Sat Jan 6 16:26:35 2001 UTC (23 years, 5 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- gerd screwed up the good paths

    1: CAPADIR=../../../CAPA
    2: 
    3: make -f Makefile clean
    4: mkdir capaFunctions
    5: path=`pwd`
    6: cd $CAPADIR/pProj
    7: make ARCH=LONCAPA libcapa
    8: cd $path
    9: cp $CAPADIR/pProj/LONCAPA/*.o capaFunctions
   10: swig -perl5 capa.i 
   11: cp Makefile.PL Makefile.pl
   12: perl Makefile.PL 
   13: make -f Makefile 
   14: cp blib/arch/auto/capa/capa.so . 
   15: perl capa.pm     

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