Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 698 Bytes

installation.md

File metadata and controls

47 lines (37 loc) · 698 Bytes

Installation

Copy the firmware

sudo cp ./somagic_firmware.bin /lib/firmware/somagic_firmware.bin

Install dependencies

  • make
  • gcc
  • libusb-1.0-0-dev
  • libgcrypt11-dev

Example for debian/ubuntu

sudo apt-get install make gcc libusb-1.0-0-dev libgcrypt11-dev

Compile from source

cd somagic-easycap_1.1

make
sudo make install

If you wish to install the beta version:

make beta
sudo make install-beta

Results

Now, you have installed:

  • somagic-init
  • somagic-capture
  • somagic-audio-capture
  • somagic-both

Please read the useage guide for detailed instructions.