Adding icon to gcc executable and opening in terminal.

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

Filed under:
|
|
|
|

I made a program to connect to a device via Bluetooth and send the data to the web using pure C in gcc. I won't be able to implement any GUI portion in the code right now but I need to deploy it to test users for testing. I want to have the executable with an icon so that a user can click on the executable and the program starts in the terminal. How do I add an icon to the executable and start the program in the terminal?

Sorry I failed to mention before that its in Ubuntu Linux

© Stack Overflow or respective owner

Related posts about gcc

Related posts about Icons