Revision e7083c35

b/INSTALL
1
Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002 Free Software
1
Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2007 Free Software
2 2
Foundation, Inc.
3 3

4 4
   This file is free documentation; the Free Software Foundation gives
......
7 7
Basic Installation
8 8
==================
9 9

10
See also the OS specific Build Guide at:
11
  http://gnuradio.org/trac/wiki/BuildGuide
12

13
Please read the README too ;)
14

15

10 16
   These are generic installation instructions.
11 17

18

12 19
   The `configure' shell script attempts to guess correct values for
13 20
various system-dependent variables used during compilation.  It uses
14 21
those values to create a `Makefile' in each directory of the package.
b/README
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

Also available in: Unified diff