Conan Recipe: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
First step is to figure out which GR dependencies are already in conan-center and which aren't
First step is to figure out which GR dependencies are already in conan-center and which aren't


libboost-all-dev -  
# libboost-all-dev -  
libgmp-dev -  
# libgmp-dev -  
doxygen -  
# doxygen -  
libfftw3-dev -  
# libfftw3-dev -  
libsdl1.2-dev -  
# libsdl1.2-dev -  
libgsl-dev -  
# libgsl-dev -  
libqwt-qt5-dev -  
# libqwt-qt5-dev -  
libqt5opengl5-dev -  
# libqt5opengl5-dev -  
liblog4cpp5-dev -  
# liblog4cpp5-dev -  
libzmq3-dev -  
# libzmq3-dev -  
gobject-introspection -  
# gobject-introspection -  
gir1.2-gtk-3.0 -
# gir1.2-gtk-3.0 -

Revision as of 04:02, 27 July 2020

First step is to figure out which GR dependencies are already in conan-center and which aren't

  1. libboost-all-dev -
  2. libgmp-dev -
  3. doxygen -
  4. libfftw3-dev -
  5. libsdl1.2-dev -
  6. libgsl-dev -
  7. libqwt-qt5-dev -
  8. libqt5opengl5-dev -
  9. liblog4cpp5-dev -
  10. libzmq3-dev -
  11. gobject-introspection -
  12. gir1.2-gtk-3.0 -