Re: POD Bot files (in general) -
06-10-2004
1. i probably bzipped files with allready compiled .so files, then just search in Release dirrectory if the file is there
2. if .so file doesnot exist then run below commands, replace filename with the tar.bz2 file irpovided
tar jxf filename.tar.bz2
cd 2004-06-27
make distclean
make
cd Release
and there you got a .so files
Last edited by [NvT]_KaszpiR_; 06-10-2004 at 10:54..
|