Skip to content

Commit eca853c

Browse files
authored
Update README.md with additional Ubuntu dependencies (#74)
1 parent b498501 commit eca853c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ System libraries:
5353
```sh
5454
sudo dpkg --add-architecture i386
5555
sudo apt-get update
56-
sudo apt-get install build-essential g++-multilib libc6-i386 libstdc++6:i386
56+
sudo apt-get install build-essential g++-multilib libc6-i386 libstdc++6:i386 pkg-config libssl-dev libssl-dev:i386
5757
```
5858

5959
* Other Linux distributions install the appropriate **32-bit development** and **32-bit runtime** packages.

0 commit comments

Comments
 (0)