Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
melonDS
Commits
e217d016
Unverified
Commit
e217d016
authored
Aug 11, 2020
by
RSDuck
Committed by
GitHub
Aug 11, 2020
Browse files
Merge pull request #701 from rzumer/patch-2
Update build process and instructions
parents
f23e7829
68e310e4
Changes
3
Hide whitespace changes
Inline
Side-by-side
.github/workflows/build-windows.yml
View file @
e217d016
...
...
@@ -36,9 +36,8 @@ jobs:
-
name
:
Make
run
:
|
C:\tools\msys64\usr\bin\bash.exe -lc "export PATH=`"/mingw64/bin:`$PATH`" \
&& cd melonDS/build && make -j$(nproc --all) \
&& ../msys-dist.sh"
&& cd melonDS/build && make -j$(nproc --all)"
-
uses
:
actions/upload-artifact@v1
with
:
name
:
melonDS
path
:
C:\tools\msys64\home\runneradmin\melonDS\build\
dist
path
:
C:\tools\msys64\home\runneradmin\melonDS\build\
melonDS.exe
README.md
View file @
e217d016
...
...
@@ -38,7 +38,7 @@ As for the rest, the interface should be pretty straightforward. If you have a q
*
Install dependencies:
```
sh
sudo
apt-get
install
libgtk-3-dev libcurl4-gnutls-dev libpcap0.8-dev libsdl2-dev
sudo
apt-get
install
libgtk-3-dev libcurl4-gnutls-dev libpcap0.8-dev libsdl2-dev
qtbase5-dev qtdeclarative5-dev libslirp-dev
```
*
Compile:
...
...
@@ -55,7 +55,7 @@ make -j$(nproc --all)
1.
Install
[
MSYS2
](
https://www.msys2.org/
)
2.
Open the
**MSYS2 MinGW 64-bit**
terminal
3.
Update the packages using
`pacman -Syu`
and reopen the terminal if it asks you to
4.
Install dependencies:
`pacman -S git make mingw-w64-x86_64-{cmake,mesa,SDL2,toolchain}`
4.
Install dependencies:
`pacman -S git make mingw-w64-x86_64-{cmake,mesa,SDL2,toolchain
,qt5,libslirp
}`
5.
Run the following commands
```
bash
git clone https://github.com/Arisotura/melonDS.git
...
...
msys-dist.sh
View file @
e217d016
...
...
@@ -11,4 +11,5 @@ for lib in $(ldd melonDS.exe | grep mingw | sed "s/.*=> //" | sed "s/(.*)//"); d
cp
"
${
lib
}
"
dist
done
cp
melonDS.exe dist
\ No newline at end of file
cp
melonDS.exe dist
windeployqt dist
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment