Installation sous Red Hat

Parent Previous Next

INSTALLATION DE YASM

-    Télécharger la dernière version stable de yasm  (1.2.0 à ce jour) :

wget http://www.tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz

-    Compiler et installer yasm :

mkdir /appli/yasm

tar -xvzf  yasm-1.2.0.tar.gz

cd yasm-1.2.0

make

make install

ln -s /appli/yasm/bin/yasm /usr/local/bin/yasm

INSTALLATION DE LIBVPX

-    Télécharger la dernière version stable de libvpx (1.2.0 à ce jour) :

git clone http://git.chromium.org/webm/libvpx.git

-    Compiler et installer libvpx :

cd libvpx

git checkout v1.2.0

./configure --prefix=/appli/libvpx/

make

make install

ln -s /appli/libvpx/bin/* /usr/local/bin/

ln -s /appli/libvpx/include/* /usr/local/include/

ln -s /appli/libvpx/lib/* /usr/local/lib/

INSTALLATION DE LIBX264

-    Télécharger la dernière version stable de libx264 sur le site officiel http://www.videolan.org/developers/x264.html :

git clone git://git.videolan.org/x264.git

-    Compiler et installer libx264 :

cd x264/

./configure --prefix=/appli/libx264/ --enable-shared

make

make install

ln -s /appli/libx264/bin/* /usr/local/bin/

ln -s /appli/libx264/include/* /usr/local/include/

ln -s /appli/libx264/lib/* /usr/local/lib/

-    Ajouter la ligne suivante au fichier /etc/ld.so.conf.d/custom-libs.conf :

/appli/libx264/lib

INSTALLATION DE LIBVO-AACENC

-    Télécharger la dernière version stable de libvo-aacenc (0.1.3 à ce jour) sur le site officiel http://sourceforge.net/projects/opencore-amr/ :

wget http://downloads.sourceforge.net/project/opencore-amr/vo-aacenc/vo-aacenc-0.1.3.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fopencore-amr%2Ffiles%2Fvo-aacenc%2F&ts=1380700540&use_mirror=optimate

-    Compiler et installer libvo-aacenc :

mkdir /appli/libvo-aacenc

tar -xvzf vo-aacenc-0.1.3.tar.gz

cd vo-aacenc-0.1.3

./configure --prefix=/appli/libvo-aacenc/

make

make install

ln -s /appli/libvo-aacenc/include/vo-aacenc/* /usr/local/include/

-    Ajouter la ligne suivante au fichier /etc/ld.so.conf.d/custom-libs.conf :

/appli/libvo-aacenc/lib

INSTALLATION DE FFMPEG

-    Télécharger la dernière version stable de ffmpeg (2.0 à ce jour) sur le site officiel http://www.ffmpeg.org :

wget http://www.ffmpeg.org/releases/ffmpeg-2.0.tar.gz

-    Compiler et installer ffmpeg :

tar -xvzf ffmpeg-2.0.tar.gz

cd ffmpeg-2.0

export LIBRARY_PATH=/appli/libx264/lib/:/appli/libvpx/lib/:/appli/libvo-aacenc/lib/:/usr/local/lib/

./configure --prefix=/appli/ffmpeg --enable-libvpx --enable-libx264 --enable-gpl --enable-libvorbis --enable-libvo-aacenc --enable-version3

make

make install

INSTALLATION DE IMAGEMAGICK


-    Télécharger la dernière version stable de ImageMagick (6.8.6-5 à ce jour) sur le site officiel http://www.imagemagick.org :

wget http://www.imagemagick.org/download/ImageMagick.tar.gz

-    Installer ImageMagick   :

tar -xvzf ImageMagick.tar.gz

cd ImageMagick-6.8.6-5

./configure --prefix=/appli/imagemagick

make

make check

make install

INSTALLATION DE GHOSTSCRIPT

-    Télécharger la dernière version stable de ghostscript  (9.07 à ce jour) sur le site officiel http://www.ghostscript.com :

wget http://downloads.ghostscript.com/public/binaries/ghostscript-9.07-linux-x86_64.tgz

-    Installer ghostscript :

tar -xvzf ghostscript-9.07-linux-x86_64.tgz

mkdir -p /appli/ghostscript/bin

cp ghostscript-9.07-linux-x86_64/gs-907-linux_x86_64 /appli/ghostscript/bin/

INSTALLATION DE CALIBRE

-    Installer Calibre dans sa dernière version stable (0.9.39 à ce jour) :

python -c "import sys; py3 = sys.version_info[0] > 2; u = __import__('urllib.request' if py3 else 'urllib', fromlist=1); exec(u.urlopen('http://status.calibre-ebook.com/linux_installer').read()); main(install_dir='/appli')"

Automatically installing to: /appli

Using previously downloaded calibre-0.9.39-x86_64.tar.bz2

Extracting files to /appli/calibre ...

Extracting application files...

Creating symlinks...

       Symlinking /appli/calibre/fetch-ebook-metadata to /usr/bin/fetch-ebook-metadata

       Symlinking /appli/calibre/lrf2lrs to /usr/bin/lrf2lrs

       Symlinking /appli/calibre/ebook-convert to /usr/bin/ebook-convert

       Symlinking /appli/calibre/ebook-meta to /usr/bin/ebook-meta

       Symlinking /appli/calibre/lrfviewer to /usr/bin/lrfviewer

       Symlinking /appli/calibre/calibre to /usr/bin/calibre

       Symlinking /appli/calibre/markdown-calibre to /usr/bin/markdown-calibre

       Symlinking /appli/calibre/calibre-debug to /usr/bin/calibre-debug

       Symlinking /appli/calibre/calibre-parallel to /usr/bin/calibre-parallel

       Symlinking /appli/calibre/web2disk to /usr/bin/web2disk

       Symlinking /appli/calibre/calibre-server to /usr/bin/calibre-server

       Symlinking /appli/calibre/calibre-customize to /usr/bin/calibre-customize

       Symlinking /appli/calibre/ebook-polish to /usr/bin/ebook-polish

       Symlinking /appli/calibre/ebook-viewer to /usr/bin/ebook-viewer

       Symlinking /appli/calibre/calibre-smtp to /usr/bin/calibre-smtp

       Symlinking /appli/calibre/lrs2lrf to /usr/bin/lrs2lrf

       Symlinking /appli/calibre/ebook-device to /usr/bin/ebook-device

       Symlinking /appli/calibre/calibredb to /usr/bin/calibredb

Setting up command-line completion...

Installing bash completion to /etc/bash_completion.d/calibre

Setting up desktop integration...

Run "calibre" to start calibre

INSTALLATION DE LIBREOFFICE

-    Télécharger la dernière version stable de LibreOffice (4.0.4 à ce jour) sur le site officiel http://www.libreoffice.org :

wget http://download.documentfoundation.org/libreoffice/stable/4.0.4/rpm/x86_64/LibreOffice_4.0.4_Linux_x86-64_rpm.tar.gz

-    Installer LibreOffice :

tar -xvzf LibreOffice_4.0.4_Linux_x86-64_rpm.tar.gz

yum install LibreOffice_4.0.4.2_Linux_x86-64_rpm/RPMS/*.rpm

INSTALLATION DE UNOCONV

-    Télécharger la dernière version stable de unoconv  (9.07 à ce jour) sur le site officiel http://dag.wieers.com/home-made/unoconv/ :

wget https://github.com/dagwieers/unoconv/archive/master.zip

-    Installer unoconv :

unzip master

mkdir -p /appli/unoconv/bin

cp unoconv-master/unoconv /appli/unoconv/bin/

INSTALLATION DE PDFTK

-    Télécharger la dernière version stable de pdftk  (9.07 à ce jour) sur le site officiel http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/ :

wget http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/pdftk-2.01-src.zip

-    Installer pdftk :

unzip pdftk-2.01-src.zip

cd pdftk-2.01-dist/pdftk

make -f Makefile.Redhat

make -f Makefile.Redhat install


Créé avec HelpNDoc Personal Edition: Créer des documents d'aide CHM facilement