LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Game server (https://www.linuxquestions.org/questions/linux-software-2/game-server-101018/)

onescrewloose13 10-06-2003 08:20 PM

Game server
 
Hi all
I am trying to find software that will let me design a program like xbconnect to run on my RedHat 8 server...I am not stupid but definatly a newbie to creating software apps. Can anyone help me????

Thanks
Screw

wuck 10-08-2003 03:39 AM

(excuse any ignorance)

Are you looking for a specific development environment/programming language for your xbconnect app, or is it that you don't know how to barely create software with linux?

Assuming you mean the latter, (I can't help you with the first) here is the way I build my C progs so far: (comments are most welcome)

I open my favorite txteditor (KWrite) which I use to write a .c file.
I open up a shell and say:

gcc ./helloworld.c -o ./helloworld

And there it is, my helloworld binary.


All times are GMT -5. The time now is 01:55 PM.