Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (111)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Que fait exactement ce script ?

    18 janvier 2011, par

    Ce script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
    Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
    Installation de dépendances de MediaSPIP
    Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
    Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (7943)

  • avcodec : Add forgotten minor bump, add Changelog and add Cineform to general.texi

    30 janvier 2016, par Kieran Kunhya
    avcodec : Add forgotten minor bump, add Changelog and add Cineform to general.texi
    
    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavcodec/version.h
  • MAINTAINERS : add myself to the general developers list

    30 juin 2024, par Fei Wang
    MAINTAINERS : add myself to the general developers list
    

    Signed-off-by : Fei Wang <fei.w.wang@intel.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] MAINTAINERS
  • Revision f1781e86b7 : Refactoring of rate control - part 1 Moves all rate control variables to a sepa

    6 novembre 2013, par Deb Mukherjee

    Changed Paths :
     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_mbgraph.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/encoder/vp9_ratectrl.h


     Modify /vp9/encoder/vp9_temporal_filter.c



    Refactoring of rate control - part 1

    Moves all rate control variables to a separate structure,
    removes some currently unused variables,
    moves some rate control functions to vp9_ratectrl.c,
    and splits the encode_frame_to_data_rate function.

    Change-Id : I4ed54c24764b3b6de2dd676484f01473724ab52b