コマンド コマンドで hemokit ドライバーをインストールしたいのですcabal install hemokit
が、依存関係の 'hidapi' をインストールしようとすると失敗すると表示されます。そして、これが私に与えるメッセージです
`Configuring hidapi-0.1.3...
cabal: Missing dependency on a foreign library:
* Missing C library: udev
This problem can usually be solved by installing the system package that
provides this library (you may need the "-dev" version). If the library is
already installed but in a non-standard location then you can use the flags
--extra-include-dirs= and --extra-lib-dirs= to specify where it is.
Failed to install hidapi-0.1.3
次に、コマンドを実行してパッケージsudo apt-get install udev
をインストールしましたが、問題は解決しませんでした!udev