Skip to content

Commit 10daf94

Browse files
committed
Update native libraries from Rust build [skip ci]
1 parent c0cdc7e commit 10daf94

File tree

10 files changed

+19
-0
lines changed

10 files changed

+19
-0
lines changed
-856 Bytes
Binary file not shown.
276 Bytes
Binary file not shown.
1.53 KB
Binary file not shown.
-360 Bytes
Binary file not shown.
104 Bytes
Binary file not shown.

linux/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Linux Libraries
2+
3+
This directory contains the compiled native libraries for Linux x86_64.
4+
5+
## Files
6+
- `lib/liboffline_first_core.so` - Dynamic library
7+
- `lib/liboffline_first_core.a` - Static library
8+
9+
## Usage
10+
```bash
11+
# Dynamic linking
12+
gcc -L./lib -loffline_first_core your_program.c
13+
14+
# Static linking
15+
gcc ./lib/liboffline_first_core.a your_program.c
16+
```
17+
18+
## Dependencies
19+
- LMDB library: `sudo apt-get install liblmdb-dev`

linux/lib/liboffline_first_core.a

7.16 MB
Binary file not shown.

linux/lib/liboffline_first_core.so

449 KB
Binary file not shown.
112 Bytes
Binary file not shown.
104 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)