openframeworks / openframeworks/openFrameworks

Install openFrameworks on "Beaglebone Black" or "CubieBoard"

Open
#2,537 22 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature linuxarm
Dominant language
C++
Stars
10.4k
Forks
2.6k
Avg merge
1d 21h
Merged PRs (30d)
9

Description

Hi

I have tried to install "of_v0.8.0_linuxarmv7l_release"

on "BBB-eMMC-flasher-debian-7.1-2013-08-24 " and
and "Linux debian-armhf 3.8.13-bone20 armv7l GNU/Linux"

with this commands:

sudo apt-get install build-essential
sudo ./install_codeblocks.sh
sudo ./install_dependencies.sh
sudo ./install_codecs.sh

I have the same error (on the BeagleBoard and CubieBorad )
debian@debian-armhf:~/OF/examples/graphics/polygonExample$ make
../../../libs/openFrameworksCompiled/project/makefileCommon/config.shared.mk:259: *** couldn't find some pkg-config packages, did you run the latest install_dependencies.sh?. Stop.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the build of examples/graphics/polygonExample with the listed Debian ARM systems and commands. Read install_dependencies.sh, install_codecs.sh, and libs/openFrameworksCompiled/project/makefileCommon/config.shared.mk around the pkg-config check. Done means the required packages are identified or the installation scripts and build configuration work on the BeagleBone Black and CubieBoard.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, linux
Domain
build-system, embedded-iot
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.