码迷,mamicode.com
首页 > 系统相关 > 详细

programming in linux... with third_party open sources... methods

时间:2016-08-11 15:54:44      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:

Actually I do not have experiences in programming with open sources/third party libs.. in linux..

I think this took me almost 3 days to figure out how to learn programming with open source tools..

First you need to build libs/shared libs in the system and install them correctly in order to be referenced in linking time..

And you need to find out where the lib‘s/shared lib‘s header file.. without them, it‘s hard to figure out the entry of the libs.. Of cource it‘s not impossible..

But with the headers, sometimes it means the introduction and so on is with the header..

learn with lib‘s headers.. quite nice plan...

 

actually I haven‘t think of finding the header in the fs.. according to my past experiences.. the introduction document is always found in their offical site.. maybe .. it‘s because the open sources are modified much more frequently.. so it is not quite convenient to put it on the official site, it means to modify the site frequently.. a waste of time..

ok.. 

 

let us start!! with zookeeper..

programming in linux... with third_party open sources... methods

标签:

原文地址:http://www.cnblogs.com/sansna/p/5760918.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!