diff options
| author | ame <[email protected]> | 2024-04-15 11:52:28 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-04-15 11:52:28 -0500 |
| commit | fe418e3baf8ec8f8fc30892b8b4c24af23e5b3de (patch) | |
| tree | 0b7d95ec3294e4eec51a341a19a9207a07d521ff /readme.md | |
| parent | 3fe8ac768632d8f61da0052b1fd34c04123747b2 (diff) | |
docs
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
----
|
