EOSERV Forum > EOSERV > Developing a server on OSX
Page: << 1 >>
Developing a server on OSX
Author Message
Post #201388 Developing a server on OSX

Is there any way I can resume development on a server on my mac instead of being on a pc? I'd prefer to stay on osx instead of using bootcamp or something like that. Thanks

---
stay tuned.
7 years, 24 weeks ago
Post #201391 Re: Developing a server on OSX

Have you tried the linux guide? https://eoserv.net/wiki/EOSERV_From_Scratch_-_Linux

All the commands should run the same in the terminal. I haven't been on a Mac in a few years though so I'm not sure what package manager it uses, you may need to replace apt-get with the appropriate package manager. I had EOSERV running on a Raspberry Pi a few years ago. Any POSIX environment should support compilation.

---
class EOSERV {
Programmer | Oldbie
Open source EO Client: https://github.com/ethanmoffat/EndlessClient
};
7 years, 24 weeks ago
Post #201450 Re: Developing a server on OSX
ethanmoffat posted: (9th Nov 2016, 10:14 pm)

Have you tried the linux guide? https://eoserv.net/wiki/EOSERV_From_Scratch_-_Linux

All the commands should run the same in the terminal. I haven't been on a Mac in a few years though so I'm not sure what package manager it uses, you may need to replace apt-get with the appropriate package manager. I had EOSERV running on a Raspberry Pi a few years ago. Any POSIX environment should support compilation.


Hey, thanks for the response.

I didn't see it at first, but I guess it got buried by the time I got on. I've never thought about trying to do that, so I'll attempt it and see how it works. Wish me luck lol

---
stay tuned.
7 years, 24 weeks ago
Page: << 1 >>

EOSERV Forum > EOSERV > Developing a server on OSX