Bright Leopold

i come from the other world,i will go back after the love,the regret,the alive and the dead are over

导航

2017年11月28日

codeblock用法

摘要: 1.链接动态库.so和静态库.a settings->compiler->linker settings->add 2.编译报错ld return 1 exit status 一般来说是链接的库没有找到报的错,请检查库是否都链接到程序中 阅读全文

posted @ 2017-11-28 16:15 Bright Leopold 阅读(202) 评论(0) 推荐(0)

Linux的命令技巧

摘要: 一.使用apt-get installl 方法安装的库或者程序一般的路径如下 1.下载的软件存放位置 /var/cache/apt/archives 2.安装后软件默认位置 /usr/share 3.可执行文件位置 /usr/bin 4.配置文件位置 /etc 5.lib文件位置(全局的lib路径) 阅读全文

posted @ 2017-11-28 16:12 Bright Leopold 阅读(110) 评论(0) 推荐(0)