<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.myriadrf.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DavideGerhard</id>
	<title>Myriad-RF Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.myriadrf.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DavideGerhard"/>
	<link rel="alternate" type="text/html" href="https://wiki.myriadrf.org/Special:Contributions/DavideGerhard"/>
	<updated>2026-04-22T10:44:03Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://wiki.myriadrf.org/index.php?title=Installing_Lime_Suite_on_macOS&amp;diff=2100</id>
		<title>Installing Lime Suite on macOS</title>
		<link rel="alternate" type="text/html" href="https://wiki.myriadrf.org/index.php?title=Installing_Lime_Suite_on_macOS&amp;diff=2100"/>
		<updated>2019-03-19T14:35:07Z</updated>

		<summary type="html">&lt;p&gt;DavideGerhard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Lime Suite is a cross-platform software stack for the configuration and use of a range of software defined radio (SDR) platforms, including the LimeSDR family.&lt;br /&gt;
&lt;br /&gt;
There are two way to install Lime Suite on Apple&#039;s macOS operating system: you can choose between [https://www.macports.org MacPorts] or [https://brew.sh/ Homebrew].&lt;br /&gt;
&lt;br /&gt;
== Installing via MacPorts==&lt;br /&gt;
If you don&#039;t have already installed MacPorts follow the official [https://www.macports.org/install.php guide]&lt;br /&gt;
&lt;br /&gt;
Then install Lime Suite with&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
sudo port install limesuite&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you also need Gnu Radio block for Limesdr use&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
sudo port install gr-limesdr&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To uninstall&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
sudo port uninstall limesuite gr-limesdr&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Installing via Homebrew==&lt;br /&gt;
The following instructions use the [https://github.com/pothosware/homebrew-pothos/wiki Pothos Homebrew tap].&lt;br /&gt;
 Begin by installing the Apple Xcode Command Line Tools by opening a terminal and typing the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
xcode-select --install&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &amp;quot;Install&amp;quot; in the dialogue that appears, then wait while the Xcode tools are downloaded and installed. When the process has completed, install Homebrew with the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
/usr/bin/ruby -e &amp;quot;$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)&amp;quot;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, install Lime Suite by typing the following two commands:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
brew update&lt;br /&gt;
brew install limesuite&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Uninstalling via Homebrew===&lt;br /&gt;
To remove Lime Suite and its dependencies when installed via Homebrew, type the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
brew uninstall limesuite&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Next Steps==&lt;br /&gt;
If you have installed Lime Suite to use a LimeSDR device, follow the instructions in [[Getting Started with the LimeSDR]] to install, configure, and test your hardware.&lt;br /&gt;
&lt;br /&gt;
{{Community}}&lt;/div&gt;</summary>
		<author><name>DavideGerhard</name></author>
	</entry>
</feed>