| 1 |
1 |
#
|
| 2 |
|
# Copyright 2001,2002,2003,2004,2005,2006 Free Software Foundation, Inc.
|
|
2 |
# Copyright 2001,2002,2003,2004,2005,2006,2007 Free Software Foundation, Inc.
|
| 3 |
3 |
#
|
| 4 |
4 |
# This file is part of GNU Radio
|
| 5 |
5 |
#
|
| ... | ... | |
| 25 |
25 |
As of August 3, 2006 we have restructured the GNU Radio build process
|
| 26 |
26 |
and moved the source code repository from CVS to subversion.
|
| 27 |
27 |
|
|
28 |
|
| 28 |
29 |
Please see http://gnuradio.org/trac for the wiki, bug tracking,
|
| 29 |
|
and source code viewer.
|
|
30 |
and source code viewer. If you've got questions about GNU Radio, please
|
|
31 |
subscribe to the discuss-gnuradio mailing list and post your questions
|
|
32 |
there. http://gnuradio.org/trac/wiki/MailingLists
|
|
33 |
There is also a "Build Guide" in the wiki that contains OS specific
|
|
34 |
recommendations. See http://gnuradio.org/trac/wiki/BuildGuide
|
|
35 |
|
| 30 |
36 |
|
| 31 |
37 |
The bleeding edge code can be found in our subversion repository at
|
| 32 |
38 |
http://gnuradio.org/svn. To checkout the latest, use this
|
| ... | ... | |
| 242 |
248 |
You may want to add this to your shell init file (~/.bash_profile if
|
| 243 |
249 |
you use bash).
|
| 244 |
250 |
|
| 245 |
|
Note that on Fedora Core 4 and 5 when running on X86_64 machines,
|
| 246 |
|
python is shippped with a strange (wrong) configuration that requires
|
| 247 |
|
you to add both the lib64 and lib paths to your PYTHONPATH.
|
| 248 |
|
E.g.,
|
| 249 |
|
|
| 250 |
|
$ export PYTHONPATH=/usr/local/lib64/python2.4/site-packages:/usr/local/lib/python2.4/site-packages
|
| 251 |
|
|
| 252 |
|
[Don't complain to us, complain to the Fedora Core packagers.]
|
| 253 |
251 |
|
| 254 |
252 |
|
| 255 |
253 |
Another handy trick if for example your fftw includes and libs are
|