总的来说,我对 Ubuntu/Linux 还是很陌生,我是 mac 用户,并且能够双击/拖动应用程序来安装它们。
我最近一直试图在我的 Mac 上安装的 Ubunutu 18.04 上设置一些功能,这真是一个传奇。
阅读自述文件,其中说,使用./configure
和make && makefile
。我刚刚将它解压缩到我的下载文件夹中……我搜索了如何从 Github 安装某些东西,但没有通用的答案。
我的问题是,我怎样才能安装这个东西并将它放到我的电脑上? https://github.com/p2rkw/xf86-input-mtrack#TapDragEnable
我应该make
和哪个文件makefile
?我应该在 make 之后使用变量还是在目录中输入 make ?
- - - - - 额外细节 - - - - -
我已经进入./configure
和./configure --help
。自述文件说,下一步是使用make
&& makefile
。我已经输入了这些命令和其他一些命令,但没有任何反应。
我尝试了其他./configure
命令,例如./configure install-sh
,install-sh
出现了:
configure: WARNING: you should use --build, --host, --target
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is …
Run Code Online (Sandbox Code Playgroud)