From f829cbb21e7f998c17bf09f9162c008448999e55 Mon Sep 17 00:00:00 2001 From: Daria Sukhonina Date: Sun, 8 May 2022 17:49:01 +0300 Subject: [PATCH] Add `libtool` as another apt dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 078c4e7..f2d5de6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## VitaSDK. How to build. ``` -apt-get install cmake git build-essential autoconf texinfo bison flex +apt-get install cmake git build-essential autoconf texinfo bison flex libtool ``` ### Native compilation.