LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-28-2012, 08:12 PM   #1
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
installing conky in slackware 13.37


Hi I had downloaded conky source but it the ./configure command said no package lua5.1 was found

so I downloaded the slackbuild instead now I have an untared directory with: conky.info, conky.SlackBuild, doinst.sh, README, slack-desc files

Can somebody please point out what the next step should be to have conky installed on the desktop?

The readme is a description and doesnt have much information on how to proceed with the installation.

I will appreciate it. Thank you.
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 01-28-2012, 08:41 PM   #2
Andersen
Member
 
Registered: Dec 2008
Distribution: Slackware
Posts: 177

Rep: Reputation: 72
Ok, let's say you have all dependences installed. Next you should cd to conky directory, su and password to became a root, and execute conky.SlackBuild:

Code:
# ./conky.SlackBuild
When it's finished, your package will be in /tmp dir.
 
Old 01-28-2012, 08:42 PM   #3
Sylvester Ink
Member
 
Registered: Jun 2010
Distribution: Slackware
Posts: 112

Rep: Reputation: 35
I'm assuming you got the slackbuild from here:
http://slackbuilds.org/repository/13.37/system/conky/
in which case you would want to follow the instructions provided here:
http://slackbuilds.org/howto/

I've installed several packages using this method, and it's pretty simple once you get used to it, but can be a bit time consuming.
To make things easier, I recommend using the SBoPkg tool, which you can find here:
http://sbopkg.org/
To install it, download the prebuilt package:
http://sbopkg.org/downloads.php
And then use the installpkg command to install it. (As shown on that page. You need to be logged in as root.)
Once sbopkg is installed, just run it from the command line, synchronize with Slackbuilds.org, and search for the packages you want, adding them to your build queue. When done, process the build queue and sbopkg will build and install the packages for you. I definitely recommend reading the slackbuilds howto, so you can get an understanding about how a slackbuild works. Sbopkg simply streamlines the process, keeping things organized for you while still allowing you to maintain control over your system.

As for Conky, using that slackbuild you should be able to build and install it without any issue, but if you would like to add LUA support, you will need to install the required packages and their dependencies. First, once you have found conky, go down to the "Options" section in the menu and enter in "LUA=yes" (no quotes). Add it to your build queue, then add the dependencies as follows:
Conky with LUA support requires lua, imlib2, and tolua++, which you can add by searching for them using sbopkg.
tolua++ will require lua (which you've already added), and scons.
Once these packages have been added to the queue, from the Queue menu, sort them to make sure they are in the following order:
scons
lua
imlib2
tolua++
conky

This will ensure the dependencies are built first. Once done, process the queue, and you should be on your way!

Yes, this process can be somewhat involved, but installing conky is actually pretty good practice for figuring out how to manage dependencies in slackware and learn how to use sbopkg.
 
2 members found this post helpful.
Old 01-28-2012, 09:03 PM   #4
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Original Poster
Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
Thank you. The installation went fine after you guys suggestion. I am new to SlackWare so like you said conky is a good practice for me.

Thank you.
 
Old 03-22-2014, 05:10 PM   #5
pepe41695
LQ Newbie
 
Registered: Aug 2013
Location: Niğde/Turkey
Distribution: Slackware-current
Posts: 6

Rep: Reputation: Disabled
Quote:
Originally Posted by TroN-0074 View Post
Hi I had downloaded conky source but it the ./configure command said no package lua5.1 was found

so I downloaded the slackbuild instead now I have an untared directory with: conky.info, conky.SlackBuild, doinst.sh, README, slack-desc files

Can somebody please point out what the next step should be to have conky installed on the desktop?

The readme is a description and doesnt have much information on how to proceed with the installation.

I will appreciate it. Thank you.
1- write " su " and password.
2- chmod +x ....*.Slackbuild (whatever you want, conky, etc.).
3- ./....*.SlackBuild
4- installpkg /tmp/.......tgz
Finish..
 
1 members found this post helpful.
Old 03-22-2014, 08:18 PM   #6
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by pepe41695 View Post
1- write " su " and password.
2- chmod +x ....*.Slackbuild (whatever you want, conky, etc.).
3- ./....*.SlackBuild
4- installpkg /tmp/.......tgz
Finish..
For creating Slackware packages it is recommended to use
Code:
su -
to get a complete root environment.
 
  


Reply

Tags
conky, slackware 13.37



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
conky question: passing conky-variable to shell-script zlin50 Linux - Software 2 12-29-2012 06:47 PM
LXer: Conky Colors Makes Your Conky Beautiful In Seconds (Version 3.20 Released) LXer Syndicated Linux News 0 08-01-2010 11:21 AM
installing LUA 5.1 and conky on slackware 13 bret381 Linux - Software 2 11-17-2009 05:51 AM
conky 1.7.2 and Slackware 13.0 dimm0k Slackware 6 09-14-2009 07:56 PM
Conky on Suse 10.0 - *** buffer overflow detected *** conky terminated Slidex Linux - Software 1 03-17-2006 11:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:09 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration