aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md9
1 files changed, 5 insertions, 4 deletions
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
----