[SIP-devel] CVS
Advanced image processing toolbox for Scilab on Unix/Linux/Mac OS
Status: Beta
Brought to you by:
ricardofabbri
|
From: Ricardo F. <rf...@gm...> - 2005-07-06 15:37:32
|
Hi, The latest sip-dev release is at: https://sourceforge.net/project/showfiles.php?group_id=3D68055&package_id= =3D67061&release_id=3D340126 Are you familiar with how automake/autoconf works? Do not forget that in the CVS there is no configure script; only configure.ac goes, and you need a script to "bootstrap" (i.e. generate the configure script). This script is named "bootstrap" in the sip-dev source code, but I suggest you rename it to autogen.sh, which is more standard among open source software. The way this works is that, when you checkout code from CVS, you must run autogen.sh, and only then run ./configure. Oh, and have your linux box updated with the latest autotools. thanks again -- Ricardo Fabbri PhD Student in Computer Engineering / Computer Vision LEMS - Laboratory for Engineering Man-Machine Systems Brown University, USA |