
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (70)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (9373)
-
doc : Try to find nonstandard Perl path from the environment
29 novembre 2013, par Diego Biurrun -
doc : Try to find nonstandard Perl path from the environment
29 novembre 2013, par Diego Biurrun -
How to install and use NACL ported library in our development environment
19 mai 2014, par Devesh Agrawali want to use ffmpeg nacl ported library in my project. i know we can install using using git. but in my develope environment git is not allowed. i have downloaded the zip file and unzipped it. and followed these steps :
- download
- unzip it : tar -xvjpf ffmpeg-2.1.3.tar.bz2
- go to Naclport folder : cd ffmpeg-2.1.3
- /home/devesh/ffmpeg-2.1.3 $./configure
- /home/devesh/ffmpeg-2.1.3 $make
- install the library : sudo make install
now when i am trying to use this library header files my compiler not able to get it.
Is GIT is the only way to install nacl ports ??