Jump to content

K3B New version... [solved]


RadioEar
 Share

Recommended Posts

Ok, has anyone done this before? I hope.... ;)

 

I have compiled my own programs in C++, Visual Basic and Visual Basic for Windows but why is Linux so different?

The command 'make' is familiar but that's it.

 

Installing K3b 0.12
-------------------


What you need to run K3b:
mandatory:
 - since K3b is a CD writing program a cd writer would be a good thing to have;-)
 - the QT3 library (at least version 3.2)
 - the KDE3 libraries (at least version 3.2)
 - the cdparanoia library for cd ripping from Monty
 - the cdrtools (cdrecord, mkisofs) from Joerg Schilling
 - the dvd+rw-tools by Andy Polyakov for DVD writing

optional:
 - cdrdao, the other linux cd writing program from Andreas Mueller
 - the transcode tools for DVD ripping and DivX/XviD encoding from Thomas Oestreich
 - vcdimager >= 0.7 for creating video cds
 - libmad for mp3 decoding
 - ogg-vorbis libraries for encoding and decoding
 - the FLAC++ libraries for flac-decoding
 - the eMovix package
 - TagLib by Scott Wheeler for reading Meta data tags
 - the musepack (or now mpcdec) library for decoding Musepack audio files
 - the ffmpeg library to decode other audio file formats such as wma
 - the sndfile library to decode audio file formats such as AIFF or VOC
 - the lame library to encode audio files in the mp3 format
 - sox to encode audio files in formats such as AIFF or VOC

After that it's all the same:

 ./configure

or try ./configure --help to learn about the options.

If configure was successful you are presented with a list of configure results that shows
which optional features are enabled. Now just compile K3b:

 make

Now you are ready to install:

 make install (as root)


See PERMISSIONS on hints how to properly setup the permissions to use K3b without problems.


Have fun
Sebastian Trueg and the K3b team

 

Also, it is my hope that this will fix my K3B problem. Tell me now if it will not!

Edited by RadioEar
Link to comment
Share on other sites

why is Linux so different?

Because it's not Windows?

 

Also, it is my hope that this will fix my K3B problem. Tell me now if it will not!
That depends, whats your problem with k3b? (If you have a thread about it already, just call me lazy and give us a link ;))

 

Basically, you need to install a bunch of dev packages so that you can compile against them. I don't have access to a list of packages, but there are some generic instructions in this FAQ that should help you get started. Ask any questions after reading through it :)

Link to comment
Share on other sites

Or just try the 2007 rpm to see if it works. My guess is it won't work, and I guess compiling k3b from source won't work either. I think you're missing some KDE component which links k3b up to the flac stuff.

 

But hey, I'm sure compiling it will be fun, and you've already posted the instructions, so go for it! ;)

Link to comment
Share on other sites

and I guess compiling k3b from source won't work either.
Now that I've reviewed his thread, it actually might help, as the ./configure script will attempt to detect any libs that it can use...including codecs...and compile against them.
Link to comment
Share on other sites

Or just try the 2007 rpm to see if it works. My guess is it won't work, and I guess compiling k3b from source won't work either. I think you're missing some KDE component which links k3b up to the flac stuff.

 

But hey, I'm sure compiling it will be fun, and you've already posted the instructions, so go for it! ;)

Well... after it's all been tried..... 2007 would be the next step. :P

Link to comment
Share on other sites

Try compiling the latest K3B 1.0 RC4.

For Mandriva, start with ./configure --prefix=/usr

After configuring ckeckout which options have been enabled and which not, due to unsatisfied dependencies.

Continue normally ( make, su -c "make install" ).

You must have a few devel packages installed.

K3B 1.0 will be just AMAZING.

Link to comment
Share on other sites

It didn't, This thread was a request for a little more understanding and help on compiling in Linux. I download K3B 1.0 RC4. , compiled it, and it works, that part was a success but the new version K3B STILL will not handle FLAC audio files. Yes, I still have the FLAC problem but a successful compile. So, at least, I'm done with this thread.

 

Now, the next step is to up grade to Mandriva 2007, I downloaded it last night. As soon as get some blank DVDr's I can burn it in Windows and then do the up grade.

Edited by RadioEar
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...