- 博客(4)
- 收藏
- 关注
转载 Linux下安装软件的错误
1. make configure GEN configure/bin/sh: 1: autoconf: not foundmake: *** [configure] Error 127 解决:sudo apt-get install autoconf 转载于:https://www.cnblogs.com/feng-zi/p/5551086.html...
2016-06-01 21:03:00
211
转载 Unable to run mksdcard SDK tool.
Ubuntu 14.04,安装android studio后运行出错,sdk manager不能正常运行 Unable to run mksdcard SDK tool. 原因,缺少运行需要的库:lib32z1 lib32ncurses5 lib32stdc++6 sudo apt-get install lib32z1 lib32ncurses5 lib3...
2016-05-31 21:01:00
399
转载 Qt相关问题
1. Qt编译中的error: cannot find -lGL和 error: collect2: error: ld returned 1 exit status 一般见于新安装的系统,马上就直接安装QT的情况,原因是缺少相应的库 -lGL 表示链接时缺少GL库 解决: sudo apt-get install build-essential libgl1-mesa-...
2016-05-16 21:36:00
189
转载 [转载]aptitude与apt-get的区别和联系
转自http://www.cnblogs.com/yuxc/archive/2012/08/02/2620003.html 命令 下面将要介绍的所有命令都需要sudo!使用时请将“packagename”和“string”替换成您想要安装或者查找的程序。 * apt-get update——在修改/etc/apt/sources.list或者/etc/apt/preferen...
2016-04-11 23:25:00
182
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人