mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 09:28:36 +00:00
Fixed the list of required DLLs on Win32
This commit is contained in:
parent
73cf6e700e
commit
c2b0e6827a
1 changed files with 10 additions and 10 deletions
20
COMPILE.TXT
20
COMPILE.TXT
|
@ -199,19 +199,19 @@ Unicorn requires few dependent packages as followings
|
|||
|
||||
To run sample_x86.exe on Windows 32-bit, you need the following files:
|
||||
- unicorn.dll
|
||||
- C:\msys32\mingw32\bin\libiconv-2.dll
|
||||
- C:\msys32\mingw32\bin\libintl-8.dll
|
||||
- C:\msys32\mingw32\bin\libglib-2.0-0.dll
|
||||
- C:\msys32\mingw32\bin\libgcc_s_seh-1.dll
|
||||
- C:\msys32\mingw32\bin\libwinpthread-1.dll
|
||||
- %MSYS2%\mingw32\bin\libiconv-2.dll
|
||||
- %MSYS2%\mingw32\bin\libintl-8.dll
|
||||
- %MSYS2%\mingw32\bin\libglib-2.0-0.dll
|
||||
- %MSYS2%\mingw32\bin\libgcc_s_dw2-1.dll
|
||||
- %MSYS2%\mingw32\bin\libwinpthread-1.dll
|
||||
|
||||
To run sample_x86.exe on Windows 64-bit, you need the following files:
|
||||
- unicorn.dll
|
||||
- C:\msys64\mingw64\bin\libiconv-2.dll
|
||||
- C:\msys64\mingw64\bin\libintl-8.dll
|
||||
- C:\msys64\mingw64\bin\libglib-2.0-0.dll
|
||||
- C:\msys64\mingw64\bin\libgcc_s_seh-1.dll
|
||||
- C:\msys64\mingw64\bin\libwinpthread-1.dll
|
||||
- %MSYS2%\mingw64\bin\libiconv-2.dll
|
||||
- %MSYS2%\mingw64\bin\libintl-8.dll
|
||||
- %MSYS2%\mingw64\bin\libglib-2.0-0.dll
|
||||
- %MSYS2%\mingw64\bin\libgcc_s_seh-1.dll
|
||||
- %MSYS2%\mingw64\bin\libwinpthread-1.dll
|
||||
|
||||
|
||||
[8] By default, "cc" (default C compiler on the system) is used as compiler.
|
||||
|
|
Loading…
Reference in a new issue