From 337e6d5893989f6364873531fb7cd798a46bbce4 Mon Sep 17 00:00:00 2001 From: dintho Date: Mon, 5 Jul 2021 22:35:50 +0000 Subject: [PATCH] Added Opensuse Tumbleweed (#2375) # Objective - Describe the objective or issue this PR addresses. - added openSUSE Tumbleweed deps that i needed to install today 2021-06-22 ## Solution - Describe the solution used to achieve the objective above. - added info to doc --- docs/linux_dependencies.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/linux_dependencies.md b/docs/linux_dependencies.md index f3ce05e4df..781a797f1d 100644 --- a/docs/linux_dependencies.md +++ b/docs/linux_dependencies.md @@ -103,3 +103,9 @@ mkShell { And enter it by just running `nix-shell`. You should be able compile bevy programms using `cargo` within this nix-shell. + +## Opensuse Tumbleweed + +```bash + sudo zypper install libudev-devel gcc-c++ +```