Browse Source

ReadMe file update

all-modes
Satinder Grewal 8 years ago
parent
commit
9fa6434cdb
  1. 12
      README.md

12
README.md

@ -1,10 +1,10 @@
# Iguana Desktop App # Agama Desktop App
Desktop App for SuperNET DAPPs Desktop App for SuperNET DAPPs
#### For Developers #### For Developers
You must have `node.js` and `npm` installed on your machine. You must have `node.js` and `npm` installed on your machine.
Clone Iguana Desktop App with EasyDEX-GUI submodule Clone Agama Desktop App with EasyDEX-GUI submodule
```shell ```shell
git clone --recursive https://github.com/SuperNETorg/iguana.git git clone --recursive https://github.com/SuperNETorg/iguana.git
cd gui/EasyDEX-GUI/ cd gui/EasyDEX-GUI/
@ -13,19 +13,19 @@ git pull
cd ../../ cd ../../
``` ```
Install Iguana App Install Agama App
```shell ```shell
cd iguana cd iguana
npm install npm install
``` ```
Then start Iguana App Then start Agama App
```shell ```shell
npm start npm start
``` ```
#### For end users #### For end users
The instructions to make production build of Iguana App will be updated soon. The instructions to make production build of Agama App will be updated soon.
To build the production ready app, install `electron-packager` and `electron-prebuilt` packages from npm To build the production ready app, install `electron-packager` and `electron-prebuilt` packages from npm
```shell ```shell
@ -71,4 +71,4 @@ change architecture build parameter to ```--arch=x64``` for 64 bit build
### Windows DLL issues ### Windows DLL issues
On Windows it's noticed iguana.exe complains about `VCRUNTIME140D.DLL` and `ucrtbased.dll` file. 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. Please see **windeps** directory and README file for instructions to install the required DLL files on Windows, and then try again running Agama App.

Loading…
Cancel
Save