@@ -73,20 +73,23 @@ automake-1.8 --add-missing
73
73
If you run this script it will convert a clean cvs checkout to a version which you can configure, build and install
74
74
75
75
So now you can configure gnuradio.
76
- On win32 /mingw you need to give it a few parameters
77
- You need to tell it where cppunit is installed
78
- where boost include files are to be found
79
- where the pkg-config of libfftw is to be found
80
- to use a generic cpu (no 3Dnow,SSE,MMX) (This option will not be needed anymore soon)
81
- If you have boost installed in C:\boost_1_32_0 and cppunit and fftw in /usr/local then you would need the following configur commandline
82
- $ ./configure --with-md-cpu=generic --with-cppunit-prefix=/usr/local --with-boost-include-dir=/c/boost_1_32_0/include/boost-1_32 PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
83
-
84
- If everything went well you cannow do
85
- make
86
- make install
87
-
88
- Now you have a working gnuradio-core
89
- Now you can go on building and installing gr-audio-windows and windows and wxgui
90
- remember that all gnuradio and python dlls need to be on your path to use gnuradio
91
- The gnuradio dlls are installed at
76
+ On win32 / mingw you need to give it a few parameters:
77
+ - You need to tell it where cppunit is installed
78
+ - where boost include files are to be found
79
+ - where the pkg-config of libfftw is to be found
80
+ - to use a generic cpu (no 3Dnow, SSE, MMX) (This option will not be needed anymore soon)
81
+ - If you have boost installed in C:\boost_1_32_0 and cppunit and fftw in /usr/local then you would need the following configure commandline:
82
+ $ ./configure --with-md-cpu=generic --with-cppunit-prefix=/usr/local --with-boost-include-dir=/c/boost_1_32_0/include/boost-1_32 PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
83
+
84
+ If everything went well you can now do:
85
+ $ make
86
+ $ make install
87
+
88
+ Now you have a working gnuradio-runtime.
89
+
90
+ Now you can go on building and installing gr-audio-windows and windows and wxgui.
91
+
92
+ Remember that all gnuradio and python dlls need to be on your path to use gnuradio.
93
+
94
+ The gnuradio dlls are installed at:
92
95
/c/Python24/Lib/site-packages:/c/Python24/Lib/site-packages/gnuradio:/c/Python24/Lib/site-packages/gnuradio/gr
0 commit comments