Skip to content

Commit

Permalink
Merge pull request #56 from cfriedt/issue/19/add-limesdr-support
Browse files Browse the repository at this point in the history
Issue/19/add limesdr support
  • Loading branch information
cfriedt authored Jul 16, 2017
2 parents 2c26f3d + 5c0fdd7 commit 4157b1f
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1765,6 +1765,44 @@ build_and_install_cmake \

fi

#
# Install SoapySDR
#

P=SoapySDR
URL=https://github.com/pothosware/SoapySDR.git
CKSUM=git:74f890ce73c58c37df08ea518541d3f49ffefadb
T=${P}
BRANCH=soapy-sdr-0.6.0

LDFLAGS="${LDFLAGS} $(python-config --ldflags)" \
EXTRA_OPTS="-DCMAKE_MACOSX_RPATH=OLD -DCMAKE_INSTALL_NAME_DIR=${INSTALL_DIR}/usr/lib -DCMAKE_INSTALL_PREFIX=${INSTALL_DIR}/usr -DPYTHON_EXECUTABLE=$(which ${PYTHON}) ${TMP_DIR}/${T}" \
build_and_install_cmake \
${P} \
${URL} \
${CKSUM} \
${T} \
${BRANCH}

#
# Install LimeSuite
#

P=LimeSuite
URL=https://github.com/myriadrf/LimeSuite.git
CKSUM=git:9c365b144dc8fcc277a77843adf7dd4d55ba6406
T=${P}
BRANCH=v17.06.0

LDFLAGS="${LDFLAGS} $(python-config --ldflags)" \
EXTRA_OPTS="-DCMAKE_MACOSX_RPATH=OLD -DCMAKE_INSTALL_NAME_DIR=${INSTALL_DIR}/usr/lib -DCMAKE_INSTALL_PREFIX=${INSTALL_DIR}/usr -DPYTHON_EXECUTABLE=$(which ${PYTHON}) ${TMP_DIR}/${T}" \
build_and_install_cmake \
${P} \
${URL} \
${CKSUM} \
${T} \
${BRANCH}

#
# Install osmo-sdr
#
Expand Down

0 comments on commit 4157b1f

Please sign in to comment.