Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
Vivy
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Wiki externe
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
Elliu
Vivy
Validations
3aafc32e
Valider
3aafc32e
rédigé
1 year ago
par
Kubat
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
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
Modifications
2
Masquer les modifications d'espaces
En ligne
Côte à côte
Affichage de
2 fichiers modifiés
README.md
+2
-2
2 ajouts, 2 suppressions
README.md
utils/scripts/build-libvvs.bash
+1
-1
1 ajout, 1 suppression
utils/scripts/build-libvvs.bash
avec
3 ajouts
et
3 suppressions
README.md
+
2
−
2
Voir le fichier @
3aafc32e
...
@@ -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++
-
C
DMAKE_INSTALL_PREFIX
=
$HOME
/.local
-GNinja
cmake
-Bbuild
-DCMAKE_BUILD_TYPE
=
Release
-DCMAKE_CXX_COMPILER
=
clang++
-D
C
MAKE_INSTALL_PREFIX
=
$HOME
/.local
-GNinja
ninja
-Cbuild
ninja
-Cbuild
ninja
-Cbuild
install
ninja
-Cbuild
install
```
```
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
utils/scripts/build-libvvs.bash
+
1
−
1
Voir le fichier @
3aafc32e
#!/
bin/
sh
#!/
usr/bin/env ba
sh
set
-e
set
-e
exec
5>&1
exec
5>&1
cd
"
$(
git rev-parse
--show-toplevel
)
"
cd
"
$(
git rev-parse
--show-toplevel
)
"
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter