raspicam icon indicating copy to clipboard operation
raspicam copied to clipboard

Installation on Manjaro (RPi3B)

Open per7ance opened this issue 3 years ago • 0 comments

I can't install raspicam on my RPi3B with Manjaro installation. Also I don't want to switch to Raspbian because I'm already set only without camera set.

 ✘ unity@earth  /tmp/raspicam/build   master  uname -a
Linux earth 5.10.25-3-MANJARO-ARM #1 SMP PREEMPT Sat Mar 27 11:17:24 CDT 2021 aarch64 GNU/Linux

Here is the logs:

 unity@earth  ~  cd /tmp
 unity@earth  /tmp  git clone https://github.com/cedricve/raspicam.git
cd raspicam
mkdir build
cd build
cmake ..

Cloning into 'raspicam'...
remote: Enumerating objects: 723, done.
remote: Total 723 (delta 0), reused 0 (delta 0), pack-reused 723
Receiving objects: 100% (723/723), 803.34 KiB | 2.40 MiB/s, done.
Resolving deltas: 100% (383/383), done.
CMake Deprecation Warning at CMakeLists.txt:4 (CMAKE_MINIMUM_REQUIRED):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- The C compiler identification is GNU 10.2.0
-- The CXX compiler identification is GNU 10.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:49 (MESSAGE):
  Could not find mmal libraries


-- Configuring incomplete, errors occurred!
See also "/tmp/raspicam/build/CMakeFiles/CMakeOutput.log".
 ✘ unity@earth  /tmp/raspicam/build   master  

File: /tmp/raspicam/build/CMakeFiles/CMakeOutput.log

per7ance avatar Apr 19 '21 14:04 per7ance