Performous
De Asso Val Libre
- FIXME Descriptif
Copies d'écrans
ATTENTION: Ne téléchargez jamais un logiciel en dehors de son site officiel de diffusion ou de celui de votre distribution ÉVITEZ les sites dits de téléchargements gratuits
- Rechercher si un paquet Flatpak correspondant performous est disponible à l'adresse ci-dessous
- https://flathub.org/apps/search/performous
- Utiliser alors votre magasin de logiciels pour installer le flatpak souhaité
Installation PPA
- (méthode déconseillée aux débutants) PPA
sudo apt-add-repository ppa:performous-team/daily sudo apt-get update sudo apt-get install performous
# $(MAKEPPA) add-ppa PPA=ppa:performous-team/daily DEB=performous
Compilation de Composer
Problème de compilation sur Ubuntu 12.04. C'est normal, il n'y pas d'intégration simple de Qt5. Cette intégration semble satisfaisante en 13.10, voir ci-dessous.
vallibre@paris:~/Téléchargements/composer/build$ cmake ../ WARNING: Ubuntu12.04 not supported yet. Please set deps in packaging.cmake before packaging. -- Detected Ubuntu12.04-i386. Use make package to build packages (DEB). -- Found AVFormat CMake Error at CMakeLists.txt:32 (find_package): Could not find module FindQt5Multimedia.cmake or a configuration file for package Qt5Multimedia. Adjust CMAKE_MODULE_PATH to find FindQt5Multimedia.cmake or set Qt5Multimedia_DIR to the directory containing a CMake configuration file for Qt5Multimedia. The file will have one of the following names: Qt5MultimediaConfig.cmake qt5multimedia-config.cmake
http://qt-project.org/wiki/Install_Qt_5_on_Ubuntu (pour info, inutile en 13.10)
La compilation de "composer" semble se comporter correctement sur une Ubuntu 13.10 Saucy.
- Préalable
apt-get install build-essential apt-get install cmake apt-get install libqt5core5 qttools5-dev-tools qtmultimedia5-dev