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

MISC: Update the tofix file and readme

Also use bash explicitly for .bash scripts.
parent 905b8011
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -9,12 +9,16 @@
- [Qt6](https://www.qt.io/) development library: QtCore, QtWidgets, QtOpenGL, QtOpenGLWidgets.
- The AV libraries: libavutil libavcodec libavformat
- [cbindgen](https://github.com/mozilla/cbindgen): `cargo install --force cbindgen`
- Some unix utils, the `jq` binary, the `bash` shell.
## Build
Simply use cmake to build in another folder of the source folder:
```
cmake -Bbuild -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang
```bash
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=$HOME/.local -GNinja
ninja -Cbuild
ninja -Cbuild install
```
To do a debug build, use the debug switch with cmake: `-DCMAKE_BUILD_TYPE=Debug`. Note that the last
......
[ ] Save file: do not error on save = name
[ ] Load Ass: do not fail on Default style not defined
[ ] Save file: add .vivy extension by default
- [ ] Save file: do not error on save = name
- [ ] Load Ass: do not fail on Default style not defined
- [ ] Save file: add .vivy extension by default
- [ ] Save/Load file: use the rust thing, also find a way to populate the properties with that thing
- [ ] Problems with the mouse with video/ass/audio sub-documents
- [ ] Some videos won't embed with the OpenGL thing...
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