Skip to content
Snippets Groups Projects
Commit c897bbf0 authored by Feodor Alexandrov's avatar Feodor Alexandrov Committed by Alexander Tolstoy
Browse files

fix: missing dependencies for ubuntu

parent a78ddc81
No related branches found
No related tags found
1 merge request!395fix: missing dependencies for ubuntu
Pipeline #37506 passed
......@@ -67,7 +67,7 @@ sudo dnf install yarn nodejs
Установка общих зависимостей для сборки:
```bash
sudo apt-get install build-essential git cmake -y
sudo apt-get install build-essential git cmake autoconf libtool -y
```
Установка NodeJS и Yarn (для веб-интерфейса):
......
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