Browse Source

ReadMe files update

ca333-dev
Satinder Grewal 8 years ago
parent
commit
cfd1076643
  1. 8
      README.md
  2. 20
      windeps/ReadMe.md

8
README.md

@ -61,3 +61,11 @@ dir iguana
electron-packager . --platform=win32 --arch=x64 --icon=assets/icons/iguana_app_icon.ico --out=build/
```
change architecture build parameter to ```--arch=x64``` for 64 bit build
## Troubleshooting Instructions
### Windows DLL issues
On Windows it's noticed iguana.exe complains about `VCRUNTIME140D.DLL` and `ucrtbased.dll` file.
Please see **windeps** directory and README file for instructions to install the required DLL files on Windows, and then try again running Iguana App.

20
windeps/ReadMe.md

@ -0,0 +1,20 @@
### 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.
Loading…
Cancel
Save