Results 1 to 7 of 7
I am installing xine, and after much help from the members of these forums, I have successfully unpacked it! The instructions are to run a shell script called "configure", but ...
- 02-17-2007 #1Just Joined!
- Join Date
- Feb 2007
- Posts
- 13
Running Shell Scripts
I am installing xine, and after much help from the members of these forums, I have successfully unpacked it! The instructions are to run a shell script called "configure", but when I go to the directory and try to run it it tells me: "bash: configure: command not found". Please tell me how to run this script, as it creates the needed makefile, thanks!
- 02-17-2007 #2Linux Newbie
- Join Date
- Oct 2006
- Posts
- 101
make sure you are executing it from its directory. try:
"./configure"--Erik
- 02-17-2007 #3
Change to the dir were you installed the xine program and there should be a file configure, to execute it type this ./configure after this runs type make install
then you should be done
I am assume that you have debian installed, this thread is in the deb area.
if so, and if you used apt-get or synaptic to install xine it won't need to be compiled it is ready to run. it should have put a xine icon in your start menu in the gui.
- 02-18-2007 #4Just Joined!
- Join Date
- Feb 2007
- Posts
- 13
Well, it installed, but it didn't add a shortcut, and I can't find an executable (Do those exist in Linux?). How do I run the program?
- 02-18-2007 #5
execute 'xine' in terminal and if xine pops up, create its shortcut on Desktop.
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-18-2007 #6Just Joined!
- Join Date
- Feb 2007
- Posts
- 13
Typing "xine" does nothing, but "xine-config" does yield a list of options:
user@system:~# xine-config
Usage: xine-config [OPTIONS] [LIBRARIES]
Options:
[--prefix[=DIR]]
[--exec-prefix[=DIR]]
[--version]
[--libs]
[--acflags]
[--cflags]
[--plugindir]
[--datadir]
[--scriptdir]
[--localedir]
[--objcflags]
The fact that this happens means it exists somewhere on my system now, right?
- 02-18-2007 #7Linux Newbie
- Join Date
- Oct 2006
- Posts
- 101
type 'exit' to get out of root, then try 'xine'.
--Erik


Reply With Quote
