Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (84)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • 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

  • 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 (...)

Sur d’autres sites (9136)

  • How to access windows enviroment variables on MSYS ?

    15 octobre 2016, par Mostafa Sataki

    I want to build ffmpeg by vs2015 from msys2.

    In the first add vs2015\vc\bin\amd64 in to path enviroment in windows.

    Run "vs2015 x64 command prompt" as administrator then run vcvarsall.bat amd64.

    In the final go to "msys" path and then run "msys2_shell.cmd".

    I use "which cl" command for localize cl.exe.

    Output :

    which : no cl in
    (/usr/local/bin :/usr/bin :/bin :/opt/bin :/c/Windows/System32 :/c/Windows :/c/Windows/System32/Wbem :/c/Windows/System32/WindowsPowerShell/v1.0/)

    How to access to windows enviroments in the msys ?

  • test_libFLAC : Fix Windows build after addidion of endian tests.

    2 juillet 2014, par Erik de Castro Lopo
    test_libFLAC : Fix Windows build after addidion of endian tests.
    

    * Use "share/compat.h" instead of <stdint.h>.
    * Update test_libFLAC.vcproj project file.
    * Update Makefile.lite build system.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/test_libFLAC/Makefile.lite
    • [DH] src/test_libFLAC/endswap.c
    • [DH] src/test_libFLAC/test_libFLAC.vcproj
  • FFmpeg does not get run on Windows 7 32-bit

    13 octobre 2016, par Simer

    I installed ffmpeg on Windows 7 32 bit and I got the following error when I tried executing ffmpeg.exe. Therefore it is not installed and neither shows up in my localhost :

    the procedure entry point could not be located in the dynamic link
    library kernel32.dll

    Whereas it gets installed on 64 bit easily.

    I downloaded ffmpeg from Zeranoe. I have tried with static and shared builds.