diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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
----
|
