Making a Ubuntu executable.

Posted by sfactor on Stack Overflow See other posts from Stack Overflow or by sfactor
Published on 2010-04-22T13:31:13Z Indexed on 2010/04/22 13:33 UTC
Read the original article Hit count: 332

Filed under:
|
|
|
|

i have made a program in C using the gcc compiler. Right now it has no GUI components. So, I am basically compiling it with makefile and running it in the terminal. I need to deploy it so that the executable is standalone. So, basically I want the executable to have an icon and when clicked start the program in the terminal. Can anyone tell me how to do this?

© Stack Overflow or respective owner

Related posts about linux

Related posts about ubuntu-9.10