From f48b976ed0055cd7d97bc4a5a051fbdd092700af Mon Sep 17 00:00:00 2001 From: Kamil Lewan Date: Sat, 16 Jan 2021 21:21:13 +0100 Subject: [PATCH] Update "Dynamic libraries" secion - small fix in formating: end `/` - add serialport link - add `asio` lib --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6a60f43f..2e15e1bd 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,15 @@ List of requirements for compiling executable. For usage/runtime requirements [s **Note:** There's some issue in our build system. If link error occurs, use `-DGLFW3_LIBRARIES=''` in CMake. - [GLM](https://glm.g-truc.net/) (0.9.9.0) -- serialport (0.1.1) +- [serialport](https://sigrok.org/wiki/Libserialport) (0.1.1) - [sndfile](https://github.com/erikd/libsndfile) (1.0.28) -- [LuajIT](http://luajit.org/) (2.0.5) -- [GLEW](http://glew.sourceforge.net/) (2.1.0) +- [LuajIT](http://luajit.org) (2.0.5) +- [GLEW](http://glew.sourceforge.net) (2.1.0) - [PNG](http://www.libpng.org/pub/png/libpng.html) (1.6.34) -- [OpenAL](https://www.openal.org/) (1.18.2) +- [OpenAL](https://www.openal.org) (1.18.2) - pthread - [Python 2.7](https://www.python.org) +- [asio](https://think-async.com/Asio) (1.12) ### **3. OpenGL 3.0.**