Re: [Tellico-users] Tellico 2.0 Installation not going well... please help!

View: New views
4 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: [Tellico-users] Tellico 2.0 Installation not going well... please help!

by Thomas Ronayne :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

tellico-users-request@... wrote:

> tellico-2.0.tar.bz2
>
> I am using Mint 7 "Gloria". Does anyone here know how to install the new
> Tellico? I have tried finding it in the repositories and tried to install it
> with the Terminal, all without success, using several commands from
> searching on the web and installing various packages.
>
> I hope there are some experience Mint users here who have figured this out
> as I am simply dumbfounded on what to do next.%-|
>
> Your time and help is appreciated.:-)
>  
You need to be logged in as root (or use sudo), get to a directory where
you can work (like, say, //tmp/) and

    * bunzip2 -c tellico-2.0.tar.bz2 | tar -xvf
      -                             [ uncompress the source code archive
      file
    * cd
      tellico-2.0                                                                    
      [ get into the directory
    * configure *||--enable-final| |--disable-debug       [ run the
      configure utility
      ||*
    * *||make                                         [ build Tellico
      ||*
    * *||make install                                 [ install it
      ||*

The above assumes that you have your distribution's development packages installed.

Hope this helps.

--
A riddle, wrapped in a mystery, inside an enigma but that's my story and I'm stickin' to it.

If a man in the forest says something and no woman is present is he still wrong?

_______________________________________________
tellico-users mailing list
tellico-users@...
https://mail.kde.org/mailman/listinfo/tellico-users

Re: [Tellico-users] Tellico 2.0 Installation not going well... please help!

by threerandot :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi

I appreciate your time to respond to my request, but this just doesn't seem to be helping. I seem unable to unpack the file at all, although a bunch of stuff goes by very fast in the terminal. I also hear my computer doing some beeping at times when I attempt this.

I do not know what all of the required packages would be or how to install them. I also would appreciate it if you could perhaps present each terminal command one line at a time and if you could let me know what response the terminal should give me so I at least know that I am on track.

I am basically a real newbie to Linux and installing this has been very challenging. Perhaps you can provide me with more details as to how I should be doing this and what I need before installing Tellico 2.0. Thanks, Shawn

Thomas Ronayne wrote:
tellico-users-request@kde.org wrote:
> tellico-2.0.tar.bz2
>
> I am using Mint 7 "Gloria". Does anyone here know how to install the new
> Tellico? I have tried finding it in the repositories and tried to install it
> with the Terminal, all without success, using several commands from
> searching on the web and installing various packages.
>
> I hope there are some experience Mint users here who have figured this out
> as I am simply dumbfounded on what to do next.%-|
>
> Your time and help is appreciated.:-)
>  
You need to be logged in as root (or use sudo), get to a directory where
you can work (like, say, //tmp/) and

    * bunzip2 -c tellico-2.0.tar.bz2 | tar -xvf
      -                             [ uncompress the source code archive
      file
    * cd
      tellico-2.0                                                                    
      [ get into the directory
    * configure *||--enable-final| |--disable-debug       [ run the
      configure utility
      ||*
    * *||make                                         [ build Tellico
      ||*
    * *||make install                                 [ install it
      ||*

The above assumes that you have your distribution's development packages installed.

Hope this helps.

--
A riddle, wrapped in a mystery, inside an enigma but that's my story and I'm stickin' to it.

If a man in the forest says something and no woman is present is he still wrong?

_______________________________________________
tellico-users mailing list
tellico-users@kde.org
https://mail.kde.org/mailman/listinfo/tellico-users

Re: [Tellico-users] Tellico 2.0 Installation not going well... please help!

by robbystephenson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sunday 04 October 2009, threerandot wrote:

> I do not know what all of the required packages would be or how to
> install them. I also would appreciate it if you could perhaps present
> each terminal command one line at a time and if you could let me know
> what response the terminal should give me so I at least know that I am on
> track.

After you extract the bz2 file, change into that directory and run this
command:

cmake . -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`

It will probably complain about not finding some development libraries. Get
to that step and then we might be able to help you go from there...

Robby

_______________________________________________
tellico-users mailing list
tellico-users@...
https://mail.kde.org/mailman/listinfo/tellico-users

Re: [Tellico-users] Tellico 2.0 Installation not going well... please help!

by threerandot :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi

I have managed to install Tellico, and without using the command you mentioned here. I do have one little bug. The Tellico Handbook does not open in the KDE Help Center. Other than that, it appears to work just fine.

Thanks,
Shawn

robbystephenson wrote:
On Sunday 04 October 2009, threerandot wrote:

> I do not know what all of the required packages would be or how to
> install them. I also would appreciate it if you could perhaps present
> each terminal command one line at a time and if you could let me know
> what response the terminal should give me so I at least know that I am on
> track.

After you extract the bz2 file, change into that directory and run this
command:

cmake . -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`

It will probably complain about not finding some development libraries. Get
to that step and then we might be able to help you go from there...

Robby

_______________________________________________
tellico-users mailing list
tellico-users@kde.org
https://mail.kde.org/mailman/listinfo/tellico-users