Return to commands CVS log | Up to [LON-CAPA] / loncom / homework / caparesponse |
1.2 albertel 1: set CAPADIR=~albertel/CAPA
2:
1.1 albertel 3: make -f Makefile clean
1.2 albertel 4: mkdir capaFunctions
5: cp $CAPADIR/pProj/Linux/*.o capaFunctions
1.3 albertel 6: swig -perl5 capa.i
1.4 ! albertel 7: cp Makefile.PL Makefile.pl
1.1 albertel 8: perl Makefile.PL
9: make -f Makefile
1.3 albertel 10: cp blib/arch/auto/capa/capa.so .
11: perl capa.pm