Merlyn Cousins

Results 29 comments of Merlyn Cousins

I'm using linux gentoo. I thought X11 was supported on slash'em

Thanks for response. I still cannot get it to compile. Even in tty mode

Thank you for mention.

I have a server up running decwar if anyone wants to try it etc.

OK. You can telnet into it. I'll set you up an account if you wish. As for source compile yes. The background is thus. CompuServe which ran a time share...

Your welcome. Alot of the edits are posted on github but not all. Which is to say I migrated the code over to github once some of the changes were...

Oh. by the way ALL of the changes are commented. with the original code left in place. So if you download the repository and peroose through it you will be...

Hi. I got it to work linking to MY LUA 5.4. I have the diff in cmake, should I pos them here? It seems the repo version is linking against...

Ok, Here is the diff for your review. ``` diff --git a/src-core/CMakeLists.txt b/src-core/CMakeLists.txt index 6004cf41..32ff4cfd 100644 --- a/src-core/CMakeLists.txt +++ b/src-core/CMakeLists.txt @@ -156,6 +156,19 @@ else() find_library(NNG_LIBRARY nng REQUIRED) target_link_libraries(satdump_core PUBLIC...

NOTE, The important part is adding ``` find_package(Lua REQUIRED) target_link_libraries(satdump_core PUBLIC ${LUA_LIBRARIES}) target_include_directories(satdump_core PUBLIC ${LUA_INCLUDE_DIR}) ``` and commenting out (deleting) ``` target_link_directories(satdump_core PUBLIC libs/lua) ```