mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 13:27:41 -07:00
Add common dependence packagens needed.
This commit is contained in:
parent
d638096a1b
commit
b965bded4c
10
README.md
10
README.md
@ -35,6 +35,14 @@ As for the rest, the interface should be pretty straightforward. If you have a q
|
||||
|
||||
### Linux:
|
||||
|
||||
* Install dependencies:
|
||||
|
||||
```sh
|
||||
sudo apt-get install libpcap0.8-dev libcurl4-gnutls-dev libsdl2-dev gtk+-3.0
|
||||
```
|
||||
|
||||
* Compile:
|
||||
|
||||
```sh
|
||||
mkdir -p build
|
||||
cd build
|
||||
@ -42,6 +50,8 @@ cmake ..
|
||||
make
|
||||
```
|
||||
|
||||
|
||||
|
||||
### Windows:
|
||||
|
||||
* use CodeBlocks
|
||||
|
Loading…
Reference in New Issue
Block a user