... | @@ -6,6 +6,14 @@ The build scripts are mostly written in Bash, so you'll need a Bash-like environ |
... | @@ -6,6 +6,14 @@ The build scripts are mostly written in Bash, so you'll need a Bash-like environ |
|
|
|
|
|
Regarding Linux and macOS, all the tools you need are probably already installed on your computer, but for Windows operating systems we suggest installing [git-bash](https://gitforwindows.org/) and use it throughout the building process.
|
|
Regarding Linux and macOS, all the tools you need are probably already installed on your computer, but for Windows operating systems we suggest installing [git-bash](https://gitforwindows.org/) and use it throughout the building process.
|
|
|
|
|
|
|
|
### Building on linux
|
|
|
|
Install the following libraries:
|
|
|
|
sudo apt-get install build-essential clang libdbus-1-dev libgtk-3-dev \
|
|
|
|
libnotify-dev libgnome-keyring-dev \
|
|
|
|
libasound2-dev libcap-dev libcups2-dev libxtst-dev \
|
|
|
|
libxss1 libnss3-dev gcc-multilib g++-multilib curl \
|
|
|
|
gperf bison python-dbusmock openjdk-8-jre
|
|
|
|
|
|
### Clone PrivMX Desktop Client public repository to your computer:
|
|
### Clone PrivMX Desktop Client public repository to your computer:
|
|
`git clone ssh://git@dev.privmx.com:122/main/privmx-desktop-client.git`
|
|
`git clone ssh://git@dev.privmx.com:122/main/privmx-desktop-client.git`
|
|
|
|
|
... | | ... | |