Hi, On Tue, Jul 07, 2020 at 09:56:51PM +0900, Takashi Sakamoto wrote: > How to build > ------------- > > The project depends on several libraries in below repositories: > > * glib[2] > * alsa-gobject v0.1.0[3] > * libhinawa v2.0.0[4] > > Before building it, please install them with gobject-introspection support. > > The project is written by Rust programming language[5] and packaged by > cargo[6]. To build, just run below commands in the environment to connect > to internet: > > ``` > $ git clone https://github.com/alsa-project/snd-firewire-ctl-services.git -b topic/services-for-dg00x-tascam > $ cd snd-firewire-ctl-services > $ cargo build > ``` > > All of required crates are downloaded automatically, then start build. I merged the above topic branch into master branch. Please use HEAD of master branch if you're interested in it. Thanks Takashi Sakamoto