Skip to content

Commit

Permalink
README-BuildingHowTo.md: some WIP about OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasdr committed Dec 4, 2023
1 parent 2bd3fbc commit ec26fd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README-BuildingHowTo.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pkg install openal-soft
pkg install glfw
pkg install glew
pkg install freetype2
pkg install openssl
exit
```

Expand Down Expand Up @@ -53,6 +54,7 @@ pkg_add glew
pkg_add openal
pkg_add glfw
pkg_add freetype2
pkg_add openssl
exit
```

Expand Down Expand Up @@ -83,6 +85,7 @@ sudo apt-get install libglfw3-dev
sudo apt-get install libglew-dev
sudo apt-get install libfreetype-dev
sudo apt-get install libxml2-dev
sudo apt-get install libssl-dev
```

#### 1.3.1.1 Vulkan
Expand Down Expand Up @@ -153,6 +156,7 @@ pacman -S mingw-w64-x86_64-glfw
pacman -S mingw-w64-x86_64-glew
pacman -S mingw-w64-x86_64-dlfcn
pacman -S mingw-w64-x86_64-freetype
pacman -S mingw-w64-x86_64-openssl
```

#### 1.5.1.1 Vulkan
Expand Down

0 comments on commit ec26fd8

Please sign in to comment.