Browse Source

correct dependencies

nas 3 years ago
parent
commit
4915d2df5e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      install.sh

+ 2
- 2
install.sh View File

1
 #!/bin/sh
1
 #!/bin/sh
2
 
2
 
3
-echo "Installation des dépendances"
3
+echo "Installing dependencies"
4
+apt install gcc
4
 
5
 
5
-apt install rapidjson-dev

Loading…
Cancel
Save