satoren / LRDB

Lua Remote DeBugger
Boost Software License 1.0
62 stars 21 forks source link

Windows compilation and installation #62

Open expscience opened 1 year ago

expscience commented 1 year ago

To compile for Windows: ‐-------------------------------- server.hpp ‐-------------------------------- Changed getcwd to _getcwd and included dir.h ‐-------------------------------- Luarocks_cmake.txt

target_link_libraries(lrdb_server ws2_32) target_link_libraries(lrdb_server wsock32)

After that luarocks installed liblrdb_server.dll.a but i have copied lrdb_server.dll from build.luarocks directory