Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (70)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • List of compatible distributions

    26 avril 2011, par

    The 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 2013

    Puis-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
    
    • [DBH] doc/texi2pod.pl
  • 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
    
    • [DH] doc/texi2pod.pl
  • How to install and use NACL ported library in our development environment

    19 mai 2014, par Devesh Agrawal

    i 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 :

    1. download
    2. unzip it : tar -xvjpf ffmpeg-2.1.3.tar.bz2
    3. go to Naclport folder : cd ffmpeg-2.1.3
    4. /home/devesh/ffmpeg-2.1.3 $./configure
    5. /home/devesh/ffmpeg-2.1.3 $make
    6. 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 ??