Skip to content

Commit 0bf9858

Browse files
author
github-actions
committed
[automated site update]
1 parent 27d845a commit 0bf9858

4 files changed

Lines changed: 13 additions & 0 deletions

File tree

apidoc/doc/README-undecorated.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ trace). It can also be used in interactive mode if no Redis command arguments ar
369369
<a name="redisx-makefile-application"></a>
370370
### Using a GNU `Makefile`
371371

372+
372373
Provided you have installed the shared (`libredisx.so` and `libxchange.so`) or static (`libredisx.a` and
373374
`libxchange.a`) libraries in a location that is in your `LD_LIBRARY_PATH` (e.g. in `/usr/lib` or `/usr/local/lib`)
374375
you can simply link your program using the `-lredisx -lxchange` flags. Your `Makefile` may look like:

apidoc/doc/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,8 @@ trace). It can also be used in interactive mode if no Redis command arguments ar
373373
<a name="redisx-makefile-application"></a>
374374
### Using a GNU `Makefile`
375375

376+
<details>
377+
376378
Provided you have installed the shared (`libredisx.so` and `libxchange.so`) or static (`libredisx.a` and
377379
`libxchange.a`) libraries in a location that is in your `LD_LIBRARY_PATH` (e.g. in `/usr/lib` or `/usr/local/lib`)
378380
you can simply link your program using the `-lredisx -lxchange` flags. Your `Makefile` may look like:
@@ -386,6 +388,7 @@ myprog: ...
386388
the __RedisX__ and/or __xchange__ libraries elsewhere, you can simply add their location(s) to `LD_LIBRARY_PATH` prior
387389
to linking.
388390

391+
</details>
389392

390393
<a name="redisx-cmake-application"></a>
391394
### Using CMake

apidoc/doc/html/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,10 +378,16 @@ <h1 class="doxsection"><a class="anchor" id="autotoc_md17"></a>
378378
<p><a class="anchor" id="redisx-makefile-application"></a> </p>
379379
<h2 class="doxsection"><a class="anchor" id="autotoc_md18"></a>
380380
Using a GNU <span class="tt">Makefile</span></h2>
381+
<details >
382+
<summary >
383+
Details</summary>
384+
<p></p>
381385
<p>Provided you have installed the shared (<span class="tt">libredisx.so</span> and <span class="tt">libxchange.so</span>) or static (<span class="tt">libredisx.a</span> and <span class="tt">libxchange.a</span>) libraries in a location that is in your <span class="tt">LD_LIBRARY_PATH</span> (e.g. in <span class="tt">/usr/lib</span> or <span class="tt">/usr/local/lib</span>) you can simply link your program using the <span class="tt">-lredisx -lxchange</span> flags. Your <span class="tt">Makefile</span> may look like:</p>
382386
<div class="fragment"><div class="line">myprog: ...</div>
383387
<div class="line"> $(CC) -o $@ $^ $(LDFLAGS) -lredisx -lxchange </div>
384388
</div><!-- fragment --><p>(Or, you might simply add <span class="tt">-lredisx -lxchange</span> to <span class="tt">LDFLAGS</span> and use a more standard recipe.) And, in if you installed the <b>RedisX</b> and/or <b>xchange</b> libraries elsewhere, you can simply add their location(s) to <span class="tt">LD_LIBRARY_PATH</span> prior to linking.</p>
389+
<p></p>
390+
</details>
385391
<p><a class="anchor" id="redisx-cmake-application"></a> </p>
386392
<h2 class="doxsection"><a class="anchor" id="autotoc_md19"></a>
387393
Using CMake</h2>

doc/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,8 @@ trace). It can also be used in interactive mode if no Redis command arguments ar
373373
<a name="redisx-makefile-application"></a>
374374
### Using a GNU `Makefile`
375375

376+
<details>
377+
376378
Provided you have installed the shared (`libredisx.so` and `libxchange.so`) or static (`libredisx.a` and
377379
`libxchange.a`) libraries in a location that is in your `LD_LIBRARY_PATH` (e.g. in `/usr/lib` or `/usr/local/lib`)
378380
you can simply link your program using the `-lredisx -lxchange` flags. Your `Makefile` may look like:
@@ -386,6 +388,7 @@ myprog: ...
386388
the __RedisX__ and/or __xchange__ libraries elsewhere, you can simply add their location(s) to `LD_LIBRARY_PATH` prior
387389
to linking.
388390

391+
</details>
389392

390393
<a name="redisx-cmake-application"></a>
391394
### Using CMake

0 commit comments

Comments
 (0)