-
Notifications
You must be signed in to change notification settings - Fork 0
CBU Setting up your environment
Marcus Ottosson edited this page Jan 25, 2015
·
4 revisions
A summary steps required to get an installation going
Here is what compiling with libcurl
from a terminal may look like.
$ gcc <inputfile> -o <outputfile> -l curl
And here is how it works via CodeBlocks.
- link library:
- Project
>
Build Options>
Linker Settings>
Add>
"Path to libcurl.a"
- link "include" folder:
- Project
>
Build Options>
Search Directory>
Compiler>
Add>
"Path to include folder"