From 14e3ec0e4cf84b5e5fcc19b2e3c1a6bb0ca8787d Mon Sep 17 00:00:00 2001 From: ame Date: Mon, 15 Apr 2024 11:52:28 -0500 Subject: docs --- readme.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 0718d35..368753e 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ -build with `clang -shared src/{*.c,*/*.c} -o llib.so -fPIC` +build with `make`, output is `./llib.dll` -or `clang -shared src/{*.c,*/*.c} -o llib.dll -L/mingw64/lib -llua -lws2_32 -fPIC` for my msys2 build +windows works through msys2 [some docs](docs/) @@ -24,10 +24,11 @@ todo: * connection limit -* more doxygen like docs, everywhere + * allow choosing what to copy over to the thread, or not to copy the global state at all -* make parray_t hash based +* more doxygen like docs, everywhere +* thread-safe wrapper object ---- -- cgit v1.2.3