Updated Building for Linux (markdown)

Matt 2024-06-01 01:48:27 -04:00
parent 2fab969de3
commit 24dd6603c9

@ -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)