Working on compiling against an Ubuntu 25.10 install. I have updated the install.sh and start.sh scripts with current libraries. The Install.sh will install all needed packages and compile the exe successfully.
I also Edited ~/GameSrv/pty-sharp-1.0/src/pty.h and add the GLib include after line 20. Change this:
#include <sys/types.h>
G_BEGIN_DECLS
`
To this:
`#include <sys/types.h>
#include <glib.h>
G_BEGIN_DECLS
`
install.sh
start.sh
Working on compiling against an Ubuntu 25.10 install. I have updated the install.sh and start.sh scripts with current libraries. The Install.sh will install all needed packages and compile the exe successfully.
I also Edited
~/GameSrv/pty-sharp-1.0/src/pty.hand add the GLib include after line 20. Change this:#include<sys/types.h>G_BEGIN_DECLS
`
To this:
`#include <sys/types.h>
#include <glib.h>
G_BEGIN_DECLS
`
install.sh
start.sh