openframeworks / openframeworks/openFrameworks

Add OpenSUSE Tumbleweed install_dependencies.sh script or placeholder

Open
#6,769 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

Here are some of the dependencies that I needed to install in order to get the project to compile:

zypper in \
alsa-devel \
assimp-devel \
freeglut-devel \
freeimage-devel \
gcc-c++ \
glew-devel \
gstreamer-devel \
gstreamer-plugins-base-devel \
libglfw-devel \
libpulse-devel \
libsndfile-devel \
libudev-devel \
libXrandr-devel \
openal-soft-devel \
pugixml-devel \
rtaudio-devel \
uriparser-devel \

# Needed to build projectGenerator
binutils-gold \
boost-devel \
libboost_filesystem-devel \
libboost_system-devel \
libXcursor-devel \
libXinerama-devel \
libXi-devel \
libXxf86vm-devel \
poco-devel \

This is probably not a complete list, since I most likely had some of the dependencies installed already, but it's a start. Would a WIP install script (or README) be an acceptable addition to the project, or would you prefer a complete working install script? I can launch a VM and get the full list pretty easily.

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

Review the proposed install_dependencies.sh script or README addition and the listed zypper packages. Verify the dependencies needed to compile openFrameworks and projectGenerator on OpenSUSE Tumbleweed, then confirm both build successfully with the documented setup.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, linux, shell
Domain
build-system, operating-systems
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.