Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
netrunner
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Odilitime
netrunner
Commits
2773d76a
Commit
2773d76a
authored
7 years ago
by
Odilitime
Browse files
Options
Downloads
Patches
Plain Diff
changed mbedtls link to github
parent
cca23a89
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-1
2 additions, 1 deletion
README.md
with
2 additions
and
1 deletion
README.md
+
2
−
1
View file @
2773d76a
...
...
@@ -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`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment