Stand Alone Program

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
HARLEY1090

Stand Alone Program

Post by HARLEY1090 »

I have written the "Hello World" program in C and compiled it with gcc.
- Now I want to make it a stand alone so I can just double click it to run.

How to do that?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
xenopeek
Level 25
Level 25
Posts: 29590
Joined: Wed Jul 06, 2011 3:58 am

Re: Stand Alone Program

Post by xenopeek »

Mark it as executable through file properties or with the chmod command.
Image
Locked

Return to “Software & Applications”