mirror of https://github.com/lukechilds/Agama.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
581 B
20 lines
581 B
8 years ago
|
### Dependency DLL files for Windows
|
||
|
|
||
|
These dependency DLL files are tested on Windows 7 x64 (64bit), and Windows 10 x64 (64bit) windows.
|
||
|
|
||
|
The DLL files are required for `iguana.exe`.
|
||
|
|
||
|
For 64bit Windows 7 and Windows 10, do this:
|
||
|
|
||
|
|
||
|
1. Copy files from **x64** directory and paste it under `C:\Windows\System32\`
|
||
|
|
||
|
2. Copy files from **x86** directory and paste it under `C:\Windows\SysWOW64\`
|
||
|
|
||
|
|
||
|
For 32bit Windows 7 and Windows 10 (if there's any 32bit Windows 10 etc.)
|
||
|
|
||
|
|
||
|
2. Copy files from **x86** directory and paste it under `C:\Windows\System32\`
|
||
|
|
||
|
Now iguana.exe should work fine.
|