Skip to content

Commit

Permalink
Add install argon2 (#386)
Browse files Browse the repository at this point in the history
Co-authored-by: yangheran <[email protected]>
  • Loading branch information
feiniks and yangheran authored Nov 1, 2024
1 parent 52ebba5 commit 7df309f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions manual/develop/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,17 @@ Package names are according to Ubuntu 14.04. For other Linux distros, please fin
* cmake
* python-simplejson (for seaf-cli)
* libssl-dev
* libargon2-dev

=== "Ubuntu"
```bash
sudo apt-get install autoconf automake libtool libevent-dev libcurl4-openssl-dev libgtk2.0-dev uuid-dev intltool libsqlite3-dev valac libjansson-dev cmake qtchooser qtbase5-dev libqt5webkit5-dev qttools5-dev qttools5-dev-tools libssl-dev
sudo apt-get install autoconf automake libtool libevent-dev libcurl4-openssl-dev libgtk2.0-dev uuid-dev intltool libsqlite3-dev valac libjansson-dev cmake qtchooser qtbase5-dev libqt5webkit5-dev qttools5-dev qttools5-dev-tools libssl-dev libargon2-dev

```
=== "Fedora 20/23"

```bash
$ sudo yum install wget gcc libevent-devel openssl-devel gtk2-devel libuuid-devel sqlite-devel jansson-devel intltool cmake libtool vala gcc-c++ qt5-qtbase-devel qt5-qttools-devel qt5-qtwebkit-devel libcurl-devel openssl-devel
$ sudo yum install wget gcc libevent-devel openssl-devel gtk2-devel libuuid-devel sqlite-devel jansson-devel intltool cmake libtool vala gcc-c++ qt5-qtbase-devel qt5-qttools-devel qt5-qtwebkit-devel libcurl-devel openssl-devel argon2-devel

```

Expand Down
2 changes: 1 addition & 1 deletion manual/develop/osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The following setups are required for building and packaging Sync Client on macO
* MacPorts
* Modify __/opt/local/etc/macports/macports.conf__ to add configuration `universal_archs arm64 x86_64`. Specifies the architecture on which MapPorts is compiled.
* Modify __/opt/local/etc/macports/variants.conf__ to add configuration `+universal`. MacPorts installs universal versions of all ports.
* Install other dependencies: `sudo port install autoconf automake pkgconfig libtool glib2 libevent vala openssl git jansson cmake libwebsockets`.
* Install other dependencies: `sudo port install autoconf automake pkgconfig libtool glib2 libevent vala openssl git jansson cmake libwebsockets argon2`.
* Certificates
* Create certificate signing requests for certification, see [https://developer.apple.com/help/account/create-certificates/create-a-certificate-signing-request]().
* Create a _Developer ID Application_ certificate and a _Developer ID Installer_ certificate, see [https://developer.apple.com/help/account/create-certificates/create-developer-id-certificates](). Install them to the login keychain.
Expand Down
1 change: 1 addition & 0 deletions manual/develop/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ The following setups are required for building and packaging Sync Client on Wind
* pthreads:x64-windows
* sqlite3:x64-windows
* zlib:x64-windows
* argon2:x64-windows

# Example of the install command:
$ ./vcpkg.exe install curl[core,openssl]:x64-windows
Expand Down

0 comments on commit 7df309f

Please sign in to comment.