Skip to content

Ubuntu 25.10 Server Compile #4

@deawar

Description

@deawar

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions