How to use POCO lib

[Install]:

https://github.com/MDHSRobotics/TeamWiki/wiki/Installing-POCO-library-on-Ubuntu


If you download and unpack the poco package, you'll find a directory: build/config
Here you can find various preset configs for poco builds. I made a copy of 'ARM-linux' and edited it to suit my needs (these are only the changes):

    LINKMODE          ?= STATIC # since we are statically linking poco...
    ...
    TOOL               = arm-none-linux-gnueabi # this is the compiler we use

[Guide]:


https://pocoproject.org/docs/00100-GuidedTour.html 

[Compile a HTTP example]:

 

[Port to ARM]:

 

留言

這個網誌中的熱門文章