LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Install Simon Voice Recognition Software (https://www.linuxquestions.org/questions/linux-software-2/install-simon-voice-recognition-software-4175556509/)

norobro 10-20-2015 07:49 PM

Looks like you need another library. Can't help you on Slack but the Debian package is libeigen3-dev.

Ztcoracat 10-20-2015 08:02 PM

Quote:

Originally Posted by norobro (Post 5437738)
Looks like you need another library. Can't help you on Slack but the Debian package is libeigen3-dev.

Found what I need here:
http://slackbuilds.org/repository/14...?search=opencv

Ztcoracat 10-20-2015 08:34 PM

Now Slackware is having a problem installing opencv.
I know I downloaded the correct pkg from the Slack Builds repo.

Code:

s
opencv-3.0.0/samples/wp8/OpenCVXaml/OpenCVXaml/Resources/AppResources.resx
opencv-3.0.0/samples/wp8/readme.txt
unzip:  cannot find or open /home/zebracat/Downloads/opencv/3.0.0.zip, /home/zebracat/Downloads/opencv/3.0.0.zip.zip or /home/zebracat/Downloads/opencv/3.0.0.zip.ZIP.
unzip:  cannot find or open /home/zebracat/Downloads/opencv/opencv_contrib-3.0.0.zip, /home/zebracat/Downloads/opencv/opencv_contrib-3.0.0.zip.zip or /home/zebracat/Downloads/opencv/opencv_contrib-3.0.0.zip.ZIP.
bash-4.2#

TobiSGD, any ideas?

TobiSGD 10-20-2015 09:10 PM

Edit: Nevermind, overlooked a post.

John VV 10-20-2015 09:13 PM

and OpenCV is only needed for the lip reading and face recognition
it is a "computer Vision" lib and software - very cool in what one can do with it

but is not a must have

TobiSGD 10-20-2015 09:13 PM

Quote:

Originally Posted by Ztcoracat (Post 5437759)

TobiSGD, any ideas?

Maybe you should just use sbopkg together with sqg to save yourself from doing this stuff manually and having to care about all the dependencies.

Ztcoracat 10-20-2015 09:24 PM

Quote:

Originally Posted by TobiSGD (Post 5437772)
Maybe you should just use sbopkg together with sqg to save yourself from doing this stuff manually and having to care about all the dependencies.

I'm familuar with sbopkg's but not together with sqg. Could you elaborate on that?

Since opencv isn't a must have like John said I'll move on.

The last pkg I have to install is qwt and than I can run the build.sh script for Simon.

Ztcoracat 10-20-2015 10:03 PM

Running the build script for Simon returned and error.

Code:

bash-4.2$ cd /home/zebracat/simon/simon/
bash-4.2$ su
Password:
bash-4.2# ./build.sh
./build.sh: line 6: kde4-config: command not found
CMake Error at CMakeLists.txt:4 (cmake_policy):
  Policy "CMP0026" is not known to this version of CMake.


CMake Error at /usr/share/cmake-2.8/Modules/FindKDE4.cmake:58 (message):
  ERROR: Could not find KDE4 kde4-config
Call Stack (most recent call first):
  CMakeLists.txt:21 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/zebracat/simon/simon/build/CMakeFiles/CMakeOutput.log".
bash-4.2#

From the looks of it I still need kde4-.
I took care of that-

Ztcoracat 10-20-2015 10:46 PM

Code:

-----------------------------------------------------------------------------
-- The following OPTIONAL packages could NOT be located on your system.
-- Consider installing them to enable more features from this software.
-----------------------------------------------------------------------------
  * qaccessibilityclient  <https://projects.kde.org/projects/playground/accessibility/libkdeaccessibilityclient>
    KDE client-side accessibility library
    Required to enable ATSPI plugin.
  * OpenCV  <http://http://opencv.willowgarage.com/>
    OpenCV (Open Source Computer Vision) is a library of programming functions for real time computer vision
    Required for Simon Vision
  * VRPN  <http://www.cs.unc.edu/Research/vrpn/index.html>
    Virtual-Reality Peripheral Network Connector
    Required to build the VRPN command plugin

-----------------------------------------------------------------------------

-- Configuring incomplete, errors occurred!
See also "/home/zebracat/simon/simon/build/CMakeFiles/CMakeOutput.log".
See also "/home/zebracat/simon/simon/build/CMakeFiles/CMakeError.log".
bash-4.2#

I have already installed qaccessibilityclient.

Openvc would not install for me no matter what I tried.
I'll look for VRPN tomorrow. It's late-

TobiSGD 10-21-2015 06:49 AM

Quote:

Originally Posted by Ztcoracat (Post 5437776)
I'm familuar with sbopkg's but not together with sqg. Could you elaborate on that?

sqg is a tool that generates queue files for the Slackbuilds you can find on SlackBuilds.org which can be used with sbopkg, so that you don't have to handle dependecies for those packages manually. http://www.linuxquestions.org/questi...or-4175451646/

knudfl 10-21-2015 07:30 AM

Re #39.
Quote:

-----------------------------------------------------------------------------
-- The following OPTIONAL packages could NOT be located on your system.
-- Consider installing them to enable more features from this software.
-----------------------------------------------------------------------------
* qaccessibilityclient <https://projects.kde.org/projects/playground/accessibility/libkdeaccessibilityclient>
KDE client-side accessibility library
The conditions for Simon is that you have a full install of the { KDE and Qt } from your install DVD.
A random mix of other than the original Slackware 14.1 packages will not work.
See post #15.


-

Ztcoracat 10-21-2015 08:10 PM

Quote:

Originally Posted by knudfl (Post 5437973)
Re #39.

The conditions for Simon is that you have a full install of the { KDE and Qt } from your install DVD.
A random mix of other than the original Slackware 14.1 packages will not work.
See post #15.


-

I tried putting the Slack DVD in the drive and pulled up the files.

How exactly do I use the Slackware installation cd to install what needs to be installed?
(never done that before)

Ztcoracat 10-21-2015 09:47 PM

The Slackware DVD is in the cdrom drive and I'm trying with the terminal.
The CD/DVD is mounted-
Not sure why it's not working.......

Code:

bash: cd: /mnt/cdrom/kde: No such file or directory
bash-4.2# installpkg kde
Cannot install kde:  file not found
bash-4.2#

I tried using pkgtool and choose install pkgs from some other directory and told the system to look in the cdrom.
It says the directory that you want to install from doesn't exist.?

Ztcoracat 10-21-2015 10:07 PM

I'm really trying here-:banghead:

Code:

/sbin/pkgtool: line 377: [: cd: binary operator expected
/sbin/pkgtool: line 404: [: cd: binary operator expected
/sbin/pkgtool: line 490: [: cd: binary operator expected
bash-4.2# installpkg kde
Cannot install kde:  file not found
bash-4.2#

Code:

bash-4.2# installpkg qt
Cannot install qt:  file not found
bash-4.2# cd /mnt/cdrom/./slackware64/kde
bash: cd: /mnt/cdrom/./slackware64/kde: No such file or directory
bash-4.2#

What am I doing wrong?

TobiSGD 10-22-2015 04:32 AM

Quote:

Originally Posted by Ztcoracat (Post 5438328)
What am I doing wrong?

You have already used slackpkg in a previous post, which means it is correctly set up, so you can just forget about the DVD and install the (probably updated) packages from the configured mirror (and quite frankly, I don't know why the DVD was brought up in the first place).
Code:

slackpkg install kde
should work.

If you really want to install from the DVD and use installpkg you have to give installpkg the path to specific packages, it can't handle groups like slackpkg.
I strongly recommend to read up on package management in Slackware: http://docs.slackware.com/slackware:package_management


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