discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] swig-1.3.21


From: cfk
Subject: [Discuss-gnuradio] swig-1.3.21
Date: Sat, 17 Apr 2004 17:07:18 -0700

In the spirit of Matt's last e-mail, I updated swig on two of my systems to version 1.3.21. Here are the steps to get swig prepared for the USRP software release on a Redhat9 system. First, go to http://www.swig.org and get the latest swig tarball. It is swig-1.3.21.tar.gz. Place it somewhere interesting on your hard disk, perhaps in /usr/local.
 
cd <previous swig1.3.19 source location>
swig -version /// it should say 1.3.19 for previous gnuradio software
make uninstall
updatedb
locate swig /// it should be gone
cd <location of the new swig tarball>
tar -xvzf swig-1.3.21.tar.gz
cd SWIG-1.3.21
./configure --prefix=/usr
make
make install
updatedb
locate swig /// it should be in /usr/
swig -version /// it should say 1.3.21 now to be ready for new gnuradio software
 
At this point, swig version 1.3.21 should now be ready for the new code that Matt and Eric are furiously working on.
 
Charles

reply via email to

[Prev in Thread] Current Thread [Next in Thread]