From 24dd6603c97561186585c36e6b9be6d5b5a6644c Mon Sep 17 00:00:00 2001 From: Matt <30470355+mpbb@users.noreply.github.com> Date: Sat, 1 Jun 2024 01:48:27 -0400 Subject: [PATCH] Updated Building for Linux (markdown) --- Building-for-Linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 00cb538..9ab142e 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -88,11 +88,11 @@ touch Binaries/portable.txt ### Distributable .deb Package following the instructions from [the PR where this feature was implemented](https://github.com/dolphin-emu/dolphin/pull/10170): ```bash -sudo apt install dpkg-dev +sudo apt install dpkg-dev file mkdir build && cd build -cmake -DCPACK_PACKAGE_CONTACT="Your Name Here" .. #you're responsible for what you distribute +cmake .. -DCPACK_PACKAGE_CONTACT="Your Name Here" .. #you're responsible for what you distribute make -j$(nproc)