More French docs update
Jacques still at it!
This commit is contained in:
parent
52c6964b3c
commit
393fe8f524
3 changed files with 46 additions and 43 deletions
|
|
@ -630,23 +630,25 @@ Compilation et installation
|
||||||
|
|
||||||
septembre 21, 2021 Mark K. Kim <markuskimius@gmail.com>
|
septembre 21, 2021 Mark K. Kim <markuskimius@gmail.com>
|
||||||
|
|
||||||
Tux Paint 0.9.22 and earlier required building Tux Paint from the
|
Tux Paint 0.9.22, et avant, devrait être construit avec Xcode IDE. À
|
||||||
Xcode IDE. Starting with 0.9.23, however, Tux Paint for macOS is built
|
partir de la version 0.9.23, cependant, Tux Paint pour macOS est
|
||||||
as though it were a Linux application.
|
construit comme si c'était une application Linux.
|
||||||
|
|
||||||
Prérequis
|
Prérequis
|
||||||
|
|
||||||
Although Tux Paint is built without the Xcode IDE, Xcode itself is
|
Bien Tux Paint puisse être construit sans Xcode IDE, ce dernier est
|
||||||
still required to build Tux Paint. Download it from the App Store,
|
toujours nécessaire. Téléchargez le = partir de l' the App Store, et
|
||||||
and launch it once to accept its license agreements. You may also
|
lancez le une fois pour accepter ses accords de licence. Vous pouvez
|
||||||
need to install the Xcode command line tools using the command:
|
aussi installer les outils de ligne de commande de Xcode en tapant
|
||||||
|
la commande :
|
||||||
|
|
||||||
xcode-select --install
|
xcode-select --install
|
||||||
|
|
||||||
Building Tux Paint also requires various libraries. We install them
|
Construire Tux Paint nécessite plusieurs bibliothèques. Nous les
|
||||||
from MacPorts where possible, source code otherwise. Install
|
installons à partir de MacPorts quand c'est possible, sinon à partir
|
||||||
MacPorts to the default /opt/local path according to the
|
du code source. Installez MacPorts avec le chemin par défaut
|
||||||
instructions found on their website: https://www.macports.org/
|
/opt/local suivant les instructions données sur leur site :
|
||||||
|
https://www.macports.org/
|
||||||
* ImageMagick
|
* ImageMagick
|
||||||
* cairo
|
* cairo
|
||||||
* fribidi
|
* fribidi
|
||||||
|
|
@ -669,10 +671,9 @@ Compilation et installation
|
||||||
|
|
||||||
libimagequant
|
libimagequant
|
||||||
|
|
||||||
libimagequant is not available from MacPorts as of this writing.
|
libimagequant n'est pas disponible sur MacPorts à cette heure. Il
|
||||||
It can be installed from the source code as follows. It should be
|
peut être installé sur /opt/local (comme pour MacPorts) pour la
|
||||||
installed to /opt/local (same as MacPorts) for the library to be
|
bibliothèque devant être incluse dans TuxPaint.dmg.
|
||||||
included in TuxPaint.dmg.
|
|
||||||
|
|
||||||
$ git clone https://github.com/ImageOptim/libimagequant.git
|
$ git clone https://github.com/ImageOptim/libimagequant.git
|
||||||
$ cd libimagequant
|
$ cd libimagequant
|
||||||
|
|
@ -680,10 +681,10 @@ Compilation et installation
|
||||||
$ make
|
$ make
|
||||||
$ sudo make install
|
$ sudo make install
|
||||||
|
|
||||||
WARNING: Having any UNIX-like toolset installed on your Mac besides
|
ATTENTION :Posséder des outils Unix à côté de MacPorts et Xcode,
|
||||||
MacPorts and Xcode, such as Fink or Brew, will prevent your app
|
tels que Fink ou Brew, vous empêchera de créer un programme
|
||||||
bundle from being portable. Be sure Fink and Brew are not accessible
|
portable. V"rifiez que Fink et Brew ne soient pas accessibles via
|
||||||
from your build environment.
|
votre environnement de travail.
|
||||||
|
|
||||||
-------------------------------------------------------
|
-------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -694,30 +695,32 @@ Compilation et installation
|
||||||
% make
|
% make
|
||||||
% make install
|
% make install
|
||||||
|
|
||||||
... to create the TuxPaint.app application bundle that can be run
|
... pour crée l'application TuxPaint.app qui peut être exécutée sur
|
||||||
in-place or copied to /Applications. It also creates TuxPaint.dmg
|
place ou copiée sur /Applications. Il crée également TuxPaint.dmg
|
||||||
for distribution.
|
pour la distribution.
|
||||||
|
|
||||||
-------------------------------------------------------
|
-------------------------------------------------------
|
||||||
|
|
||||||
Problèmes connus
|
Problèmes connus
|
||||||
|
|
||||||
* A macOS binary built on a specific version of macOS only runs on
|
* Un binaire macOS construit sur une version spécifique de macOS
|
||||||
that version of macOS or later. To ensure Tux Paint can run on
|
ne fonctionnera qu'avec cette version, ou une plus récente. Pour
|
||||||
the oldest version of macOS possible, build it on the oldest
|
s'assurer que Tux Paint puisse tourner sur la plus vieille
|
||||||
version of macOS available. As of this writing we know Tux Paint
|
version de macOS possible, construisez le sur la plus vieille
|
||||||
cannot be built to run on macOS 10.7 or earlier.
|
version de macOS disponible. Au moment où nous écrivons Tux
|
||||||
|
Paint ne peut être construit pour tourner sur macOS 10.7 ou plus
|
||||||
|
récent.
|
||||||
|
|
||||||
See "Old Versions of macOS" below for best-effort instructions
|
Voyez "Vieilles Versions de macOS" ci-dessous pour les
|
||||||
on how to obtain, install, and build Tux Paint on an old version
|
meilleures instructions pour obtenir, installer et construire
|
||||||
of macOS.
|
Tux Paint sur des vieilles versions de macOS.
|
||||||
|
|
||||||
-------------------------------------------------------
|
-------------------------------------------------------
|
||||||
|
|
||||||
Vieilles versions de macOS
|
Vieilles versions de macOS
|
||||||
|
|
||||||
Some old versions of macOS can be downloaded from Apple's support
|
Quelques vieilles versions de macOS peuvent être téléchargées sur la
|
||||||
page: https://support.apple.com/en-us/HT211683
|
page d'aide d'Apple : https://support.apple.com/en-us/HT211683
|
||||||
|
|
||||||
macOS does allow dual booting of multiple versions of the OS, but
|
macOS does allow dual booting of multiple versions of the OS, but
|
||||||
it's safer and easier to install the old macOS onto a flash drive.
|
it's safer and easier to install the old macOS onto a flash drive.
|
||||||
|
|
|
||||||
|
|
@ -785,12 +785,12 @@
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
Tux Paint 0.9.22 and earlier required building Tux Paint from the Xcode IDE. Starting with 0.9.23, however, Tux Paint for macOS is built as though it were a Linux application. </p>
|
Tux Paint 0.9.22, et avant, devrait être construit avec Xcode IDE. À partir de la version 0.9.23, cependant, Tux Paint pour macOS est construit comme si c'était une application Linux. </p>
|
||||||
|
|
||||||
<h4>Prérequis</h4>
|
<h4>Prérequis</h4>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
Although Tux Paint is built without the Xcode IDE, Xcode itself is still required to build Tux Paint. <a href="https://developer.apple.com/xcode/ide/">Download it from the App Store</a>, and launch it once to accept its license agreements. You may also need to install the Xcode command line tools using the command: <blockquote>
|
Bien Tux Paint puisse être construit sans Xcode IDE, ce dernier est toujours nécessaire. <a href="https://developer.apple.com/xcode/ide/">Téléchargez le = partir de l' the App Store</a>, et lancez le une fois pour accepter ses accords de licence. Vous pouvez aussi installer les outils de ligne de commande de Xcode en tapant la commande : <blockquote>
|
||||||
<code>
|
<code>
|
||||||
xcode-select --install
|
xcode-select --install
|
||||||
</code>
|
</code>
|
||||||
|
|
@ -798,7 +798,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Building Tux Paint also requires various libraries. We install them from MacPorts where possible, source code otherwise. Install MacPorts to the default <code>/opt/local</code> path according to the instructions found on their website: <a href="https://www.macports.org/">https://www.macports.org/</a> <ul>
|
Construire Tux Paint nécessite plusieurs bibliothèques. Nous les installons à partir de MacPorts quand c'est possible, sinon à partir du code source. Installez MacPorts avec le chemin par défaut <code>/opt/local</code> suivant les instructions données sur leur site : <a href="https://www.macports.org/">https://www.macports.org/</a> <ul>
|
||||||
<li><code>ImageMagick</code></li>
|
<li><code>ImageMagick</code></li>
|
||||||
<li><code>cairo</code></li>
|
<li><code>cairo</code></li>
|
||||||
<li><code>fribidi</code></li>
|
<li><code>fribidi</code></li>
|
||||||
|
|
@ -822,7 +822,7 @@
|
||||||
<h5>libimagequant</h5>
|
<h5>libimagequant</h5>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
<code>libimagequant</code> is not available from MacPorts as of this writing. It can be installed from the source code as follows. It should be installed to <code>/opt/local</code> (same as MacPorts) for the library to be included in <code>TuxPaint.dmg</code>. <blockquote>
|
<code>libimagequant</code> n'est pas disponible sur MacPorts à cette heure. Il peut être installé sur <code>/opt/local</code> (comme pour MacPorts) pour la bibliothèque devant être incluse dans <code>TuxPaint.dmg</code>. <blockquote>
|
||||||
<code>
|
<code>
|
||||||
$ git clone https://github.com/ImageOptim/libimagequant.git<br/>
|
$ git clone https://github.com/ImageOptim/libimagequant.git<br/>
|
||||||
$ cd libimagequant<br/>
|
$ cd libimagequant<br/>
|
||||||
|
|
@ -836,7 +836,7 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<strong>WARNING:</strong> Having any UNIX-like toolset installed on your Mac besides MacPorts and Xcode, such as Fink or Brew, will prevent your app bundle from being portable. Be sure Fink and Brew are not accessible from your build environment. </p>
|
<strong>ATTENTION :</strong>Posséder des outils Unix à côté de MacPorts et Xcode, tels que Fink ou Brew, vous empêchera de créer un programme portable. V"rifiez que Fink et Brew ne soient pas accessibles via votre environnement de travail. </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<hr size="1" noshade width="75%" />
|
<hr size="1" noshade width="75%" />
|
||||||
|
|
@ -850,7 +850,7 @@
|
||||||
% make install
|
% make install
|
||||||
</code>
|
</code>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
... to create the <code>TuxPaint.app</code> application bundle that can be run in-place or copied to <code>/Applications</code>. It also creates <code>TuxPaint.dmg</code> for distribution. </p>
|
... pour crée l'application <code>TuxPaint.app</code> qui peut être exécutée sur place ou copiée sur <code>/Applications</code>. Il crée également <code>TuxPaint.dmg</code> pour la distribution. </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<hr size="1" noshade width="75%" />
|
<hr size="1" noshade width="75%" />
|
||||||
|
|
@ -859,9 +859,9 @@
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
A macOS binary built on a specific version of macOS only runs on that version of macOS or later. To ensure Tux Paint can run on the oldest version of macOS possible, build it on the oldest version of macOS available. As of this writing we know Tux Paint cannot be built to run on macOS 10.7 or earlier.<br/>
|
Un binaire macOS construit sur une version spécifique de macOS ne fonctionnera qu'avec cette version, ou une plus récente. Pour s'assurer que Tux Paint puisse tourner sur la plus vieille version de macOS possible, construisez le sur la plus vieille version de macOS disponible. Au moment où nous écrivons Tux Paint ne peut être construit pour tourner sur macOS 10.7 ou plus récent.<br/>
|
||||||
<br/>
|
<br/>
|
||||||
See "Old Versions of macOS" below for best-effort instructions on how to obtain, install, and build Tux Paint on an old version of macOS. </li>
|
Voyez "Vieilles Versions de macOS" ci-dessous pour les meilleures instructions pour obtenir, installer et construire Tux Paint sur des vieilles versions de macOS. </li>
|
||||||
</ul>
|
</ul>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
|
@ -870,7 +870,7 @@
|
||||||
<h4>Vieilles versions de macOS</h4>
|
<h4>Vieilles versions de macOS</h4>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
Some old versions of macOS can be downloaded from Apple's support page: <a href="https://support.apple.com/en-us/HT211683">https://support.apple.com/en-us/HT211683</a> </p>
|
Quelques vieilles versions de macOS peuvent être téléchargées sur la page d'aide d'Apple : <a href="https://support.apple.com/en-us/HT211683">https://support.apple.com/en-us/HT211683</a> </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
macOS does allow dual booting of multiple versions of the OS, but it's safer and easier to install the old macOS onto a flash drive. Wherever you're installing it, the target drive's partitioniong scheme and partition type must match what the old macOS expects, so use the Disk Utility to partition and format the flash drive accordingly. </p>
|
macOS does allow dual booting of multiple versions of the OS, but it's safer and easier to install the old macOS onto a flash drive. Wherever you're installing it, the target drive's partitioniong scheme and partition type must match what the old macOS expects, so use the Disk Utility to partition and format the flash drive accordingly. </p>
|
||||||
|
|
|
||||||
|
|
@ -319,11 +319,11 @@ Normally, \fItuxpaint\fP disables your screensaver. Use
|
||||||
.SS SON
|
.SS SON
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-\-nosound \-\-sound
|
.B \-\-nosound \-\-sound
|
||||||
Disable or enable (default) sound.
|
Désactive ou active (défaut) le son
|
||||||
|
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-\-nostereo \-\-stereo
|
.B \-\-nostereo \-\-stereo
|
||||||
Disable or enable (default) stereo panning support.
|
Désactive ou active (défaut) le support pour stéréo.
|
||||||
|
|
||||||
.SS INTERFACE SIZE
|
.SS INTERFACE SIZE
|
||||||
.TP 8
|
.TP 8
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue