Re: [SLUG] Media Files in Xandros

From: Ron Youvan (ka4inm@tampabay.rr.com)
Date: Sun Nov 27 2005 - 19:02:34 EST


Hi Christopher Reyes:
> lol im a noob, i dont really know how to compile anything!

   Time you learned, isn't it.
Assuming you installed the 'development package' when you installed LINUX:

  Down load that which you need and put it into a directory that you have created for such
programs. For me it's in /x/g .

   If you have rpm on your system:
(if in a console: ` rpm --version ' does it give you a version number and ` man rpm '
give you a page then
  downloaded the rpm for your program, COPY it to /opt (for optional programs)
do: rpm -i package name

   If no, down load the source (src in the package name), put in where all sources
go and in " mc " put the sources in one pane and /opt in the other,
hilight the src and press enter, this unzip, ungzip, unbgzip or unbz2zip's the file.
copy the next level (one file name) to /opt with a F5.
tab to the other side, press enter on the new entry, this un-tars the package
showing you the entire "top level" of the src package.
if there is a configure file (in green) type (on the bottom line) ./configure
When done type (on the bottom line) make
When done type (on the bottom line) make install
then type (on the bottom line) 1 idconfig ' in case there an addition was made to
any library.
If there was no configure file (in green), skip ./configure

   If you have problems ask me.

-- 
    Ron
-----------------------------------------------------------------------
This list is provided as an unmoderated internet service by Networked
Knowledge Systems (NKS).  Views and opinions expressed in messages
posted are those of the author and do not necessarily reflect the
official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 20:35:24 EDT