... | ... | @@ -17,7 +17,7 @@ sudo apt-get install build-essential clang libdbus-1-dev libgtk-3-dev \ |
|
|
```
|
|
|
### Clone PrivMX Desktop Client public repository to your computer:
|
|
|
```
|
|
|
git clone ssh://git@dev.privmx.com:122/main/privmx-desktop-client.git`
|
|
|
git clone https://dev.privmx.com/main/privmx-desktop-client.git`
|
|
|
```
|
|
|
### Install NodeJS:
|
|
|
NodeJS version 12 - you can get it from [https://nodejs.org/en/download/](https://nodejs.org/en/download/)
|
... | ... | @@ -39,4 +39,4 @@ Run `./make-all` |
|
|
|
|
|
### ... and that's it!
|
|
|
If the building finished without problems, you should find the package with the ready application in the:\
|
|
|
`<privmx-client-repo>/build-tools/privmx-electron/out` directory. |
|
|
`<privmx-client-repo>/build-tools/privmx-electron/out` directory. |
|
|
\ No newline at end of file |