LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-18-2015, 08:45 PM   #16
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176

Quote:
Originally Posted by knudfl View Post
Re #14.

If Slackware 14.1, all kde-4.10.5 can be installed from the install DVD.
And the same for qt-4.8.5 .

Slackware : The install order doesn't really matter. Random order is OK.

Simon : The only missing package is qwt. (With a full install of Slackware 14.1).
`qwt' http://slackbuilds.org/repository/14.1/libraries/qwt/
... Other packages are optional.
Simon will start building when qwt is installed ...


-
Thanks knudfl-

I've never installed anything from a installation disk but there is a first time for everything.
If that doesn't work I have the kdepimlibs pkg downloaded and QT4 as well.

Quote:
bash-4.2# slackpkg search qt-4.8.5

Looking for qt-4.8.5 in package list. Please wait... DONE

The list below shows all packages with name matching "qt-4\.8\.5".

[ upgrade ] - qt-4.8.7-x86_64-1_slack14.1 --> qt-4.8.5-x86_64-2

You can search specific files using "slackpkg file-search file".


bash-4.2#
I looked in /var/log/packages and qt-4.8.7-x86_64-1_slack14.1 is already installed.

Last edited by Ztcoracat; 10-18-2015 at 08:58 PM.
 
Old 10-18-2015, 09:16 PM   #17
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Thanks for the link.
I downloaded qwt:-

I'll start installing the dependencies tomorrow.
It's to late in the evening now to work on this.

Last edited by Ztcoracat; 10-18-2015 at 09:53 PM.
 
Old 10-20-2015, 03:13 PM   #18
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Working on getting dependencies installed-

Code:
Executing install script for kdepimlibs-4.14.6-x86_64-1alien.txz.
Package kdepimlibs-4.14.6-x86_64-1alien.txz installed.
I looked up instructions for installing tar.bz properly and am using it as a guide.
http://www.linuxforums.org/forum/lin...are-linux.html
 
Old 10-20-2015, 04:18 PM   #19
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
I'm having trouble with qaccessibilityclient.

Code:
bash-4.2$ rpm2tgz qaccessibilityclient-0.1.1-3.fc22.x86_64.rpm
ERROR:  rpm2cpio failed.  (maybe qaccessibilityclient-0.1.1-3.fc22.x86_64.rpm is not an RPM?)
bash-4.2$
I need this dependency and haven't found where to download it.
Does anyone know where I can find it?

Nevermind I found a good .rpm

Quote:
Slackware package /home/zebracat/Downloads/qaccessibilityclient-0.1.1-5.fc23.i686.tgz created.

Last edited by Ztcoracat; 10-20-2015 at 04:23 PM.
 
Old 10-20-2015, 05:25 PM   #20
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
I have 2 more dependencies to install.
Opencv is giving me a problem and the README doesn't explain how to install it.

Code:
  inflating: opencv-3.0.0/samples/wp8/OpenCVXaml/OpenCVXaml/Properties/AssemblyInfo.cs  
  inflating: opencv-3.0.0/samples/wp8/OpenCVXaml/OpenCVXaml/Properties/WMAppManifest.xml  
   creating: opencv-3.0.0/samples/wp8/OpenCVXaml/OpenCVXaml/Resources/
  inflating: opencv-3.0.0/samples/wp8/OpenCVXaml/OpenCVXaml/Resources/AppResources.Designer.cs  
  inflating: opencv-3.0.0/samples/wp8/OpenCVXaml/OpenCVXaml/Resources/AppResources.resx  
  inflating: opencv-3.0.0/samples/wp8/readme.txt  
bash-4.2$ ./configure
bash: ./configure: No such file or directory
bash-4.2$ cd /home/zebracat/Downloads/opencv-3.0.0/
bash-4.2$ ./configure
bash: ./configure: No such file or directory
bash-4.2$ cd /home/zebracat/Downloads/opencv-3.0.0/
bash-4.2$ cmake
cmake version 2.8.12
Usage

  cmake [options] <path-to-source>
  cmake [options] <path-to-existing-build>

Options
  -C <initial-cache>          = Pre-load a script to populate the cache.
  -D <var>:<type>=<value>     = Create a cmake cache entry.
  -U <globbing_expr>          = Remove matching entries from CMake cache.
  -G <generator-name>         = Specify a build system generator.
  -T <toolset-name>           = Specify toolset name if supported by
                                generator.
  -Wno-dev                    = Suppress developer warnings.
  -Wdev                       = Enable developer warnings.
  -E                          = CMake command mode.
  -i                          = Run in wizard mode.
  -L[A][H]                    = List non-advanced cached variables.
  --build <dir>               = Build a CMake-generated project binary tree.
  -N                          = View mode only.
  -P <file>                   = Process script mode.
  --find-package              = Run in pkg-config like mode.
  --graphviz=[file]           = Generate graphviz of dependencies, see
                                CMakeGraphVizOptions.cmake for more.
  --system-information [file] = Dump information about this system.
  --debug-trycompile          = Do not delete the try_compile build tree.
                                Only useful on one try_compile at a time.
  --debug-output              = Put cmake in a debug mode.
  --trace                     = Put cmake in trace mode.
  --warn-uninitialized        = Warn about uninitialized values.
  --warn-unused-vars          = Warn about unused variables.
  --no-warn-unused-cli        = Don't warn about command line options.
  --check-system-vars         = Find problems with variable usage in system
                                files.
  --help-command cmd [file]   = Print help for a single command and exit.
  --help-command-list [file]  = List available listfile commands and exit.
  --help-commands [file]      = Print help for all commands and exit.
  --help-compatcommands [file]= Print help for compatibility commands.
  --help-module module [file] = Print help for a single module and exit.
  --help-module-list [file]   = List available modules and exit.
  --help-modules [file]       = Print help for all modules and exit.
  --help-custom-modules [file]= Print help for all custom modules and exit.
  --help-policy cmp [file]    = Print help for a single policy and exit.
  --help-policies [file]      = Print help for all policies and exit.
  --help-property prop [file] = Print help for a single property and exit.
  --help-property-list [file] = List available properties and exit.
  --help-properties [file]    = Print help for all properties and exit.
  --help-variable var [file]  = Print help for a single variable and exit.
  --help-variable-list [file] = List documented variables and exit.
  --help-variables [file]     = Print help for all variables and exit.
  --copyright [file]          = Print the CMake copyright and exit.
  --help,-help,-usage,-h,-H,/?= Print usage information and exit.
  --help-full [file]          = Print full help and exit.
  --help-html [file]          = Print full help in HTML format.
  --help-man [file]           = Print full help as a UNIX man page and exit.
  --version,-version,/V [file]= Show program name/version banner and exit.

Generators

The following generators are available on this platform:
  Unix Makefiles              = Generates standard UNIX makefiles.
  Ninja                       = Generates build.ninja files (experimental).
  CodeBlocks - Ninja          = Generates CodeBlocks project files.
  CodeBlocks - Unix Makefiles = Generates CodeBlocks project files.
  Eclipse CDT4 - Ninja        = Generates Eclipse CDT 4.0 project files.
  Eclipse CDT4 - Unix Makefiles
                              = Generates Eclipse CDT 4.0 project files.
  KDevelop3                   = Generates KDevelop 3 project files.
  KDevelop3 - Unix Makefiles  = Generates KDevelop 3 project files.
  Sublime Text 2 - Ninja      = Generates Sublime Text 2 project files.
  Sublime Text 2 - Unix Makefiles
                              = Generates Sublime Text 2 project files.

bash-4.2$ su        
Password: 
bash-4.2# make install
make: *** No rule to make target `install'.  Stop.
bash-4.2#
What do I do here?
 
Old 10-20-2015, 05:27 PM   #21
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Can someone explain this please-

Code:
Root CMake file for OpenCV
#
#    From the off-tree build directory, invoke:
#      $ cmake <PATH_TO_OPENCV_ROOT>
#
 
Old 10-20-2015, 05:44 PM   #22
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,973

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
Remarks for cmake. Are you on an Off tree build?
 
Old 10-20-2015, 05:54 PM   #23
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by jefro View Post
Remarks for cmake. Are you on an Off tree build?
I don't know if I'm on or off tree build-
How would I know?

Here's the files I have.
For now I'm just sitting in the konsole at /home/zebracat/Downloads/opencv-3.0.0/ and don't understand what's next.
http://i1052.photobucket.com/albums/...65015%20PM.png
 
Old 10-20-2015, 06:57 PM   #24
norobro
Member
 
Registered: Feb 2006
Distribution: Debian Sid
Posts: 792

Rep: Reputation: 331Reputation: 331Reputation: 331Reputation: 331
Hi,

Here is the cmake definition of "out of source/out of tree" build and the reason for them.

What you need to do is back up one directory and create a "build" directory. cd into that directory and type cmake ../opencv-3.0.0.

Code:
$ cd ..
$ mkdir build-opencv
$ cd build-opencv
$ cmake ../opencv-3.0.0
HTH
 
Old 10-20-2015, 06:59 PM   #25
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Does this indicate that Opencv is installed?

Code:
--   Install path:                  /usr/local
-- 
--   cvconfig.h is in:              /home/zebracat/Downloads/opencv-3.0.0
-- -----------------------------------------------------------------
-- 
CMake Warning at CMakeLists.txt:1178 (message):
  The source directory is the same as binary directory.  "make clean" may
  damage the source tree


-- Configuring done
-- Generating done
-- Build files have been written to: /home/zebracat/Downloads/opencv-3.0.0
bash-4.2#
? ?
 
Old 10-20-2015, 07:08 PM   #26
norobro
Member
 
Registered: Feb 2006
Distribution: Debian Sid
Posts: 792

Rep: Reputation: 331Reputation: 331Reputation: 331Reputation: 331
Nope. Just configured. Now you need to run "make" and then "make install".

Configuring and compiling in tree (source) is probably not going to be a problem. But if it is you can delete the opencv-3.0.0 directory and unzip the compressed file again. Then follow the steps in post #24.
 
Old 10-20-2015, 07:13 PM   #27
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by norobro View Post
Hi,

Here is the cmake definition of "out of source/out of tree" build and the reason for them.

What you need to do is back up one directory and create a "build" directory. cd into that directory and type cmake ../opencv-3.0.0.

Code:
$ cd ..
$ mkdir build-opencv
$ cd build-opencv
$ cmake ../opencv-3.0.0
HTH
I'm trying but don't understand.

Code:
bash-4.2# cd /home/zebracat/Downloads/opencv-3.0.0/
bash-4.2# cmake ./opencv-3.0.0
CMake Error: The source directory "/home/zebracat/Downloads/opencv-3.0.0/opencv-3.0.0" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
bash-4.2#

Since the build files have been written to opencv-3.0.0 ....do you mean I need to make a directory for them?
 
Old 10-20-2015, 07:15 PM   #28
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by norobro View Post
Nope. Just configured. Now you need to run "make" and then "make install".

Configuring and compiling in tree (source) is probably not going to be a problem. But if it is you can delete the opencv-3.0.0 directory and unzip the compressed file again. Then follow the steps in post #24.
Nevermind post #27 I think I understand now- (think)
 
Old 10-20-2015, 07:21 PM   #29
norobro
Member
 
Registered: Feb 2006
Distribution: Debian Sid
Posts: 792

Rep: Reputation: 331Reputation: 331Reputation: 331Reputation: 331
Sorry I wasn't more clear.

See if this helps:
Code:
/home/zebracat/Downloads/opencv-3.0.0/ $ cd ..
/home/zebracat/Downloads/ $ mkdir build-opencv
/home/zebracat/Downloads/ $ cd build-opencv
/home/zebracat/Downloads/build-opencv/ $ cmake ../opencv-3.0.0
/home/zebracat/Downloads/build-opencv/ $ make
/home/zebracat/Downloads/build-opencv/ # make install

Last edited by norobro; 10-20-2015 at 07:23 PM. Reason: forgot make and make install
 
Old 10-20-2015, 07:40 PM   #30
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Not sure what the errors mean?

Code:
/home/zebracat/Downloads/opencv-3.0.0/modules/calib3d/src/dls.cpp:11:31: fatal error: Eigen/Eigenvalues: No such file or directory
 #  include <Eigen/Eigenvalues>
                               ^
compilation terminated.
make[2]: *** [modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/dls.cpp.o] Error 1
make[1]: *** [modules/calib3d/CMakeFiles/opencv_calib3d.dir/all] Error 2
make: *** [all] Error 2
bash-4.2#
What needs to be done?
 
  


Reply

Tags
simon


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Sphinx voice recognition software gdlinuxer Linux - Software 1 03-27-2012 11:46 AM
Voice recognition Software for Linux to grant access!!!!!!!!!!!!!! vinnie_vinodh Linux - Newbie 2 03-03-2009 01:46 PM
Voice recognition software Davet101 Linux - Software 1 02-27-2007 07:33 AM
Voice Recognition software??? abattoir Linux - Software 2 04-13-2005 01:47 AM
voice recognition software for linux? slackmagic Linux - Software 4 04-02-2004 01:19 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:58 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