Skip to content
Extraits de code Groupes Projets
Valider 3aafc32e rédigé par Kubat's avatar Kubat
Parcourir les fichiers

MISC: Fix typo in readme+use bash explicitly for .bash scripts

parent df7f6d06
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
- C++ compiler with [C++17 support](https://en.cppreference.com/w/cpp/17) - C++ compiler with [C++17 support](https://en.cppreference.com/w/cpp/17)
- [mpv](https://mpv.io/) development library - [mpv](https://mpv.io/) development library
- [Qt6](https://www.qt.io/) development library: QtCore, QtWidgets, QtOpenGL, QtOpenGLWidgets. - [Qt6](https://www.qt.io/) development library: QtCore, QtWidgets, QtOpenGL, QtOpenGLWidgets.
- The AV libraries: libavutil libavcodec libavformat - The AV libraries: libavutil libavcodec libavformat.
- Some unix utils, the `jq` binary, the `bash` shell. - Some unix utils, the `jq` binary, the `bash` shell.
## Build ## Build
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
Simply use cmake to build in another folder of the source folder: Simply use cmake to build in another folder of the source folder:
```bash ```bash
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=clang++ -CDMAKE_INSTALL_PREFIX=$HOME/.local -GNinja cmake -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=$HOME/.local -GNinja
ninja -Cbuild ninja -Cbuild
ninja -Cbuild install ninja -Cbuild install
``` ```
......
#!/bin/sh #!/usr/bin/env bash
set -e set -e
exec 5>&1 exec 5>&1
cd "$(git rev-parse --show-toplevel)" cd "$(git rev-parse --show-toplevel)"
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter