From 3de30a866dd32283f9d7babdd82fd7fe2fe65cc6 Mon Sep 17 00:00:00 2001 From: cobalt2727 <60624944+cobalt2727@users.noreply.github.com> Date: Thu, 13 Jan 2022 11:23:04 -0500 Subject: [PATCH] forgot to add this --- Building-for-Linux.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 40e6ac4..56569a5 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -63,6 +63,8 @@ touch Binaries/portable.txt ### Distributable .deb Package following instructions at [the PR this feature was implemented](https://github.com/dolphin-emu/dolphin/pull/10170): ```bash +sudo apt install dpkg-dev + mkdir build && cd build cmake -DCPACK_PACKAGE_CONTACT="Your Name Here" .. #you're responsible for what you distribute