Mycroft Mimic: Difference between revisions

Eben (talk | contribs)
Installing mimic v1
Eben (talk | contribs)
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
== Installation (mimic v1) ==
== Installation (mimic v1) ==


===== Arch based distros =====
===== On Arch based distros =====
Install form the AUR: https://aur.archlinux.org/packages/mimic
Install from the AUR: https://aur.archlinux.org/packages/mimic


===== On Debian/Ubuntu =====
===== On Debian based distros =====
  <code>$ sudo apt-get install gcc make pkg-config automake libtool libasound2-dev</code>
  <code>$ sudo apt-get install gcc make pkg-config automake libtool libasound2-dev</code>


===== On Fedora =====
===== On Fedora based distros =====
  <code>$ sudo dnf install gcc make pkgconfig automake libtool alsa-lib-devel</code>
  <code>$ sudo dnf install gcc make pkgconfig automake libtool alsa-lib-devel</code>
Mimic v1 source: https://github.com/MycroftAI/mimic1
Mimic v1 source: https://github.com/MycroftAI/mimic1
Line 36: Line 36:
Stop mimic with:
Stop mimic with:
  <code>pkill mimic</code>
  <code>pkill mimic</code>
'''Important:''' as these commands are run as a scrip instead of in a full shell environment its best to put the full path to each application you call, for example: usr/bin/xsel & usr/bin/mimic etc.