Carles Fernandez
|
004495507d
|
Fixing detection of GNU Radio when installed in non-usual locations (e.g. /home/user/target). Now the user can tell cmake where GNU Radio is by 'cmake ../ -DGNURADIO_INSTALL_PREFIX=/home/user/target'
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@462 64b25241-fba3-4117-9849-534c7e92360d
|
2013-12-14 10:23:33 +00:00 |
|
Carles Fernandez
|
61ff27165d
|
Deleting old file
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@461 64b25241-fba3-4117-9849-534c7e92360d
|
2013-12-11 23:53:33 +00:00 |
|
Carles Fernandez
|
173cc13f76
|
Improving detection of GNU Radio
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@460 64b25241-fba3-4117-9849-534c7e92360d
|
2013-12-11 23:27:46 +00:00 |
|
Carles Fernandez
|
e06af9f5f1
|
Improving detection of the operating system version and prettier output when configuring. Improving hints when dependencies are missing according to the OS (yum or apt-get)
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@458 64b25241-fba3-4117-9849-534c7e92360d
|
2013-12-10 20:17:57 +00:00 |
|
Carles Fernandez
|
669910f6af
|
Improving the way cmake detects GNU Radio. Switching from FindGnuradioXXX() to ConfigGnuradio.cmake. Fixed a typo in README. Tested in Mac OS X 10.9 and Ubuntu 13.10 64 bits, should work on other versions as well.
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@442 64b25241-fba3-4117-9849-534c7e92360d
|
2013-11-13 21:07:33 +00:00 |
|
Luis Esteve
|
025a24bb20
|
Last commit from the GSoC 2013 project "Improve the acquisition sensitivity of a GNSS receiver" by Marc Molina.
Added OpenCL Acquisition blocks and tests.
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@420 64b25241-fba3-4117-9849-534c7e92360d
|
2013-10-01 20:32:04 +00:00 |
|
Carles Fernandez
|
175c2c3710
|
adding uninstall target, required by PyBombs for updating the package
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@385 64b25241-fba3-4117-9849-534c7e92360d
|
2013-07-10 21:07:43 +00:00 |
|
Javier Arribas
|
269b6f8542
|
Solution for a small problem that prevented the detection the existing instalation of the GFlags library on Linux systems
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@381 64b25241-fba3-4117-9849-534c7e92360d
|
2013-07-08 10:29:12 +00:00 |
|
Javier Arribas
|
58b280afb6
|
Switch to GNU Radio 3.7.x API
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@368 64b25241-fba3-4117-9849-534c7e92360d
|
2013-07-04 13:47:40 +00:00 |
|
Carles Fernandez
|
6628e5e2d8
|
Now gflags and google-glog are downloaded, configured, build and linked automatically when doing "make". Since gflags is a prerequisite for the proper functioning of glog, glog is always built locally when gflags is missing.
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@305 64b25241-fba3-4117-9849-534c7e92360d
|
2013-01-01 11:24:42 +00:00 |
|
Carles Fernandez
|
12598ea17f
|
add documentation to the libosmosdr cmake module
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@299 64b25241-fba3-4117-9849-534c7e92360d
|
2012-12-27 17:30:11 +00:00 |
|
Carles Fernandez
|
b52846e7fd
|
Added support for RTL devices. If the variable RTLSDR_DRIVER is set, CMake looks for libosmosdr and gnuradio-osmosdr libraries and compiles the corresponding signal source.
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@298 64b25241-fba3-4117-9849-534c7e92360d
|
2012-12-27 17:09:16 +00:00 |
|
Carles Fernandez
|
7ebebd041e
|
If the GTEST_DIR variable is not set, CMake will automatically download, configure and build Googletest 1.6.0 when building run_tests. Download includes MD5 checksum. The source code will be left under the thirdparty/ folder. All the download and build files will remain under the build/ directory. Since Googletest does not need installation, all the process can be done without root privileges, simply doing 'make'.
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@297 64b25241-fba3-4117-9849-534c7e92360d
|
2012-12-26 11:19:57 +00:00 |
|
Carles Fernandez
|
91feed486c
|
Adds support for GPerftools. Add compiler and linker flags only if the library is available.
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@292 64b25241-fba3-4117-9849-534c7e92360d
|
2012-12-24 10:21:31 +00:00 |
|
Carles Fernandez
|
d8cdb68985
|
Added CMake support for Mac OS
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@291 64b25241-fba3-4117-9849-534c7e92360d
|
2012-12-24 10:19:11 +00:00 |
|
Carles Fernandez
|
c6e974ab21
|
Starting CMake support. In the root directory of gnss-sdr, type:
$ mkdir build && cd build && cmake ../ && make && make install
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@290 64b25241-fba3-4117-9849-534c7e92360d
|
2012-12-24 02:33:50 +00:00 |
|