Lines Matching +full:build +full:- +full:website
1 <!--
4 SPDX-License-Identifier: curl
5 -->
10 some simple steps on how you can build your own application to take full
14 them for submission in future packages and on the website.
18 The `Makefile.example` is an example Makefile that could be used to build
22 Most examples should build fine using a command line like this:
24 `curl-config --cc --cflags --libs` -o example example.c
29 `curl-config --cc` -o example example.c `curl-config --cflags --libs`
34 actually torture our website with your tests. Thanks.
38 Each example source code file is designed to be and work stand-alone and
39 rather self-explanatory. The examples may at times lack the level of error