You are not logged in.

#1 2006-06-19 17:45:22

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

How run executable files?

How run executable files, what are not installed?


Goodbye!

Offline

#2 2006-06-19 17:50:28

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

Re: How run executable files?

You have to install a file before you can use it. Or are you talking about "putting files on your disk without using pacman"?


A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.

Offline

#3 2006-06-19 18:04:42

whargoul
Member
From: Odense, Denmark
Registered: 2005-04-04
Posts: 546

Re: How run executable files?

FUBAR wrote:

You have to install a file before you can use it. Or are you talking about "putting files on your disk without using pacman"?

I think he means like scripts.

@ alikas

Try this in a terminal

$ ./program
-- output -- 

Arch - It's something refreshing

Offline

#4 2006-06-19 19:29:08

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How run executable files?

I have with KDevelop builded simple program and want run it without KDevelop.


Goodbye!

Offline

#5 2006-06-19 20:29:11

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: How run executable files?

you may need to make the file executable after compiling using:

chmod a+x filename

then you can run it with ./filename in that directory

you could also copy the file to /usr/bin, or more professionally make a makefile or even a PKGBUILD to install it.

Dusty

Offline

#6 2006-06-20 06:13:23

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How run executable files?

Thanks, I will try!


Goodbye!

Offline

#7 2006-06-20 18:23:04

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How run executable files?

How install my program, that it add sortcut to menu, there are all installed programs?


Goodbye!

Offline

#8 2006-06-20 19:21:02

twiistedkaos
Member
Registered: 2006-05-20
Posts: 666

Re: How run executable files?

alikas wrote:

How install my program, that it add sortcut to menu, there are all installed programs?

That depends, what desktop envirmoent are you using?

Offline

#9 2006-06-20 19:22:11

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

Re: How run executable files?

That depends on the windows manager / desktop environment. For Fluxbox, you just have to add a text entry in ~/.fluxbox/menu. I don't know about KDE but I think it's got something to do with ~/Desktop.


A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.

Offline

#10 2006-06-20 19:24:45

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How run executable files?

Thanks, thanks, it just installed in 'Utilites', thanks.


Goodbye!

Offline

Board footer

Powered by FluxBB