mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
Updated Building for Linux (markdown)
parent
2fab969de3
commit
24dd6603c9
@ -88,11 +88,11 @@ touch Binaries/portable.txt
|
|||||||
### Distributable .deb Package
|
### Distributable .deb Package
|
||||||
following the instructions from [the PR where this feature was implemented](https://github.com/dolphin-emu/dolphin/pull/10170):
|
following the instructions from [the PR where this feature was implemented](https://github.com/dolphin-emu/dolphin/pull/10170):
|
||||||
```bash
|
```bash
|
||||||
sudo apt install dpkg-dev
|
sudo apt install dpkg-dev file
|
||||||
|
|
||||||
mkdir build && cd build
|
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)
|
make -j$(nproc)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user