Skip to content
Snippets Groups Projects
Commit 2773d76a authored by Odilitime's avatar Odilitime
Browse files

changed mbedtls link to github

parent cca23a89
No related branches found
No related tags found
No related merge requests found
......@@ -20,13 +20,14 @@ I'd like to develop text-based structures for communication between each piece.
- [glfw (3.2.1 works)](https://github.com/glfw/glfw/releases)
- [freetype2 (2.8 works)](https://www.freetype.org/download.html)
- [harfbuzz (1.4.6 works)](https://github.com/behdad/harfbuzz/releases)
- [mbedtls (2.5.1 works)](https://tls.mbed.org/download)
- [mbedtls (2.5.1 works)](https://github.com/ARMmbed/mbedtls/releases)
- [md5sum (for shader compilation)](https://spit.mixtape.moe/view/765a1dc1)
### Package shortucts
These do not include mbedtls yet, if you know the correct package name for your distro, please let us know
#### Debian (and derivates)
`sudo apt-get install libfreetype6-dev libharfbuzz-dev libglew-dev libglfw3-dev`
Also will need either libmbedtls-dev (Debian 9/Ubuntu 16LTS (xenial)) or libpolarssl-dev (Debian 8 or earlier)
#### Arch (and derivates)
`sudo pacman -Suy glew glfw freetype2 harfbuzz`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment