From a4268681f5cbeab6413de450db15e194ccff0d82 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 10 Oct 2024 09:53:47 +0000 Subject: [PATCH] [automated site update] --- apidoc/html/index.html | 39 ++++--- apidoc/html/navtreedata.js | 33 +++--- apidoc/html/navtreeindex0.js | 30 ++--- apidoc/html/navtreeindex1.js | 1 + apidoc/html/search/all_1.js | 12 +- apidoc/html/search/all_10.js | 5 +- apidoc/html/search/all_13.js | 181 ++++++++++++++++--------------- apidoc/html/search/all_14.js | 27 +---- apidoc/html/search/all_2.js | 2 +- apidoc/html/search/all_3.js | 2 +- apidoc/html/search/all_4.js | 6 +- apidoc/html/search/all_5.js | 6 +- apidoc/html/search/all_6.js | 4 +- apidoc/html/search/all_7.js | 2 +- apidoc/html/search/all_8.js | 4 +- apidoc/html/search/all_9.js | 2 +- apidoc/html/search/all_a.js | 5 +- apidoc/html/search/all_d.js | 2 +- apidoc/html/search/all_e.js | 4 +- apidoc/html/search/all_f.js | 16 +-- apidoc/html/search/searchdata.js | 2 +- apidoc/html/toc.xml | 31 +++--- apidoc/xchange.tag | 1 + doc/README.md | 19 ++++ 24 files changed, 224 insertions(+), 212 deletions(-) diff --git a/apidoc/html/index.html b/apidoc/html/index.html index 2afd591..5050f7d 100644 --- a/apidoc/html/index.html +++ b/apidoc/html/index.html @@ -127,6 +127,7 @@

After configuring, you can simply run make, which will build the shared (lib/libxchange.so[.1]) and static (lib/libxchange.a) libraries, local HTML documentation (provided doxygen is available), and performs static analysis via the check target. Or, you may build just the components you are interested in, by specifying the desired make target(s). (You can use make help to get a summary of the available make targets).


-

+

+Linking your application against <tt>xchange</tt>

+

Provided you have installed the shared (libxchange.so) or static (libxchange.a) library in a location that is in your LD_LIBRARY_PATH (e.g. in /usr/lib or /usr/local/lib) you can simply link your program using the -lxchange flag. Your Makefile may look like:

+
myprog: ...
+
cc -o $@ $^ $(LDFLAGS) -lxchange
+

(Or, you might simply add -lxchange to LDFLAGS and use a more standard recipe.) And, in if you installed the xchange library elsewhere, you can simply add the location to LD_LIBRARY_PATH prior to linking.

+
+

+

Structured data