help copying file in usr/local/bin

help copying file in usr/local/bin

Posted by: Anonymous
Posted on: 2005-08-17 17:43:00

after compiling ffmpeg in home/dtbdesign/dtbdesign.org/ffmpeg dir how do i move or copy the ffmpeg file to my usr/local/bin

i though when i do the make install command that would put it there but id does not.

tried so many commands

im using putty to login to my shell

any help would be appreciated.

Re: help copying file in usr/local/bin

Posted by: Atropos7
Posted on: 2005-08-17 17:55:00

You don't.

You make a directory /home/dtbdesign/bin and copy it there.

In the shell, ~/ is short for /home/username/, so ~/bin is the same as /home/dtbdesign/bin




cool Perl / MySQL / HTML+CSS

Re: help copying file in usr/local/bin

Posted by: dtbdesign
Posted on: 2005-08-17 18:31:00

thanks for replying so if i logon and create a bin dir in my root

where i have these folders

dtbdesign.org
logs
maildir

that will work and just copy the file ffmpeg and ffserver


Re: help copying file in usr/local/bin

Posted by: Atropos7
Posted on: 2005-08-17 22:18:00

The command would be

mkdir ~/bin
cp -R ~/dtbdesign.org/ffmpeg ~/bin

Don't worry about ffserver, that is a server which you're not allowed and not necessary to output frames.



cool Perl / MySQL / HTML+CSS

Tags: usrlocalhelpputtyappreciatedshellorgffmpeg