linux下编译libuv库
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
最近使用新版本的libuv源码进行编译,编译中出现的问题记录下来。
从Page Redirection下载,
tar -zxvf libuv-v0.11.22.tar.gz
wget http://libuv.org/dist/v0.11.22/libuv-v0.11.22.tar.gz
cd libuv-v0.11.22
./autogen.sh ,然后出错误:
./autogen.sh: 28: automake: not found
test: 38: Illegal number:
test: 38: Illegal number:
+ libtoolize
./autogen.sh: 1: libtoolize: not found
没有安装automake工具
sudo apt-get install automake libtool autoconf
再次执行autogen.sh,会生成configure文件。
./configure --prefix=/usr
make
make install
GitHub 加速计划 / li / linux-dash
6
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:4 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)