Skip to content

Commit 417c557

Browse files
cleanup readme docs
1 parent c03bf32 commit 417c557

File tree

3 files changed

+1
-130
lines changed

3 files changed

+1
-130
lines changed

liblogosdelivery/BUILD.md

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,6 @@ Compile the C example that demonstrates all library features:
3535
# Using Make (recommended)
3636
make liblogosdelivery_example
3737

38-
# Or manually on macOS:
39-
gcc -o build/liblogosdelivery_example \
40-
liblogosdelivery/examples/liblogosdelivery_example.c \
41-
-I./liblogosdelivery \
42-
-L./build \
43-
-llmapi \
44-
-Wl,-rpath,./build
45-
46-
# Or manually on Linux:
47-
gcc -o build/liblogosdelivery_example \
48-
liblogosdelivery/examples/liblogosdelivery_example.c \
49-
-I./liblogosdelivery \
50-
-L./build \
51-
-llmapi \
52-
-Wl,-rpath='$ORIGIN'
53-
```
54-
5538
## Running Examples
5639

5740
```bash
@@ -100,30 +83,6 @@ export DYLD_LIBRARY_PATH=/path/to/build:$DYLD_LIBRARY_PATH
10083
export LD_LIBRARY_PATH=/path/to/build:$LD_LIBRARY_PATH
10184
./build/liblogosdelivery_example
10285
```
103-
104-
### Compilation fails
105-
106-
Make sure you've run:
107-
```bash
108-
make update
109-
```
110-
111-
This updates all git submodules which are required for building.
112-
113-
## Static Linking
114-
115-
To link statically instead of dynamically:
116-
117-
```bash
118-
gcc -o build/logosdelivery_example \
119-
liblogosdelivery/examples/logosdelivery_example.c \
120-
-I./liblogosdelivery \
121-
build/liblogosdelivery.a \
122-
-lm -lpthread
123-
```
124-
125-
Note: Static library is much larger (~129MB) but creates a standalone executable.
126-
12786
## Cross-Compilation
12887
12988
For cross-compilation, you need to:

liblogosdelivery/MESSAGE_EVENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

5-
The LMAPI library emits three types of message delivery events that clients can listen to by registering an event callback using `logosdelivery_set_event_callback()`.
5+
The liblogosdelivery library emits three types of message delivery events that clients can listen to by registering an event callback using `logosdelivery_set_event_callback()`.
66

77
## Event Types
88

liblogosdelivery/examples/README.md

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)