我如何在Raspberry Pi 10(Buster)上安装libsuinput

背风处

我正在一个需要libsuinput的项目

https://github.com/tuomasjjrasanen/libsuinput

我已经下载了它,但是当我按照自述文件中的说明进行下载时

只需运行以下命令:

./configure && make && make install

我收到以下错误

bash: ./configure: No such file or directory

指令再简单不过了,只是行不通。我是否缺少某些东西,或者该模块与Raspberry Pi的最新版本不兼容?

Arkadiusz Drabczyk

您需要先运行./autogen.sh-它会调用autoreconf来创建configure脚本。

如果你得到:

pi@raspberrypi:~/libsuinput $ ./autogen.sh
aclocal: warning: couldn't open directory 'm4': No such file or directory
configure.ac:9: error: possibly undefined macro: AC_PROG_LIBTOOL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1

安装libtool:

sudo apt-get -y install libtool

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章

如何在QEMU上模拟Raspberry Pi 2?

如何在Raspberry Pi上安装FreeRTOS?

如何在Raspberry Pi上安装PhantomJS与Python Selenium一起使用?

如何在我的Linux主机上安装Raspberry Pi交叉编译器?

如何在Raspberry Pi上禁用/启用HDMI?

如何在Raspberry Pi上禁用睡眠

如何在Raspberry Pi上安装最新版本的node.js?

如何在Raspberry Pi 2上安装TensorFlow

如何在Raspberry Pi上安装Odoo POSBox?

我如何在代码块上运行Raspberry pi的示例代码

如何在Raspberry PI 3上安装Heroku CLI

在Raspberry Pi上安装Ravendb

我如何才能使OpenCV在Raspberry Pi 4(Raspbian Buster)上完全发挥作用?

我如何在Windows 10 PC上创建一个Docker容器以在Raspberry Pi 4上运行

如何在Raspberry Pi OS上安装JavaFX

如何在Raspberry Pi上更改窗口管理器?

如何在Raspberry Pi上设置DNS服务器?

如何在Raspberry Pi 2 Ubuntu Snappy Core上安装apache?

如何在网络上找到Raspberry Pi

如何在Raspberry Pi上远程连接MySQL?

Raspberry Pi安装SailsJS

如何在Raspberry Pi 3上创建主NTFS分区?

如何在Raspberry Pi 2上安装具有APT(而非Snappy)的Ubuntu?

如何在Raspberry Pi的Xvfb上运行lightdm?

如何在没有真实(物理)机器的情况下在Raspberry Pi 2上安装Windows 10 Core

如何在Raspberry Pi上删除nextcloud的不完整或损坏的快照安装?

如何在Raspberry Pi上安装Polyglot?-兼容性问题

无法在我的 Raspberry PI 上安装 Better-Sqlite3

我如何在 Raspberry pi 3 A+ 上获得 cefpython3