Search Criteria
Package Details: nestk-git ece0f7b-1
Git Clone URL: | https://aur.archlinux.org/nestk-git.git (read-only) |
---|---|
Package Base: | nestk-git |
Description: | C++ Library for Kinect. Core library used by RGBDemo to process Kinect data. |
Upstream URL: | https://github.com/nburrus/nestk |
Licenses: | |
Submitter: | lubosz |
Maintainer: | lubosz |
Last Packager: | lubosz |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2012-03-01 01:31 |
Last Updated: | 2015-06-22 20:55 |
Dependencies (4)
- eigen3 (eigen3-hg, eigen32, eigen)
- glew (glew-libepoxy, glew-git, glew-wayland)
- opencv (opencv-with-python2-support, opencv-cuda-git, opencv-git, opencv-cuda)
- git (git-git) (make)
Latest Comments
Anonymous comment on 2013-05-02 06:43
New upstream URL:
https://github.com/rgbdemo/nestk.git
idonthack commented on 2012-11-30 22:58
does not compile :(
CMake Error at /home/brd/pkg/nestk-git/src/nestk-build/UseEmbeddedNestk.cmake:25 (INCLUDE):
include could not find load file:
/cmake/UseNestkDeps.cmake
Call Stack (most recent call first):
CMakeLists.txt:65 (INCLUDE)
CMake Error at ntk/CMakeLists.txt:427 (NESTK_INSTALL_NOBASE_HEADER_FILES):
Unknown CMake command "NESTK_INSTALL_NOBASE_HEADER_FILES".
-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
Aborting...
lubosz commented on 2012-10-09 07:21
Sorry. The PKGBUILD was pretty buggy. Fixed.
rnestler commented on 2012-10-08 18:22
I get the following error when trying to create this package:
.../nestk-git/PKGBUILD: line 36: cd: .../nestk-git/src/nestk-build: No such file or directory
I suggest to change line 33 in the PKGBUILD to
if [[ ! -d ${srcdir}/${_gitname}-build ]] ; then