- 论坛徽章:
- 0
|
Sevk 发表于 2013-03-13 18:27 ![]()
找头文件办法:
1, apt-file search zlog.h
2, apt-get build-dep xxxx # 这里的xxxx是任何依赖zlog.h的 ...
root@ubuntu:~/program/test# apt-get build-dep zlog.h
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to find a source package for zlog.h
root@ubuntu:~/program/test# apt-get build-dep int_types.h
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to find a source package for int_types.h
还是找不到 |
|