Sync INSTALL after Mark's macOS updates

This commit is contained in:
Bill Kendrick 2022-01-19 00:01:52 -08:00
parent 774954f9fc
commit ddd3e737b9
10 changed files with 40 additions and 40 deletions

View file

@ -637,11 +637,11 @@ Compiling and Installation
installed to /opt/local (same as MacPorts) for the library to be
included in TuxPaint.dmg.
$ sudo port install rust cargo
$ git clone https://github.com/ImageOptim/libimagequant.git
$ cd libimagequant
$ ./configure --prefix=/opt/local
$ make
$ sudo make install
$ cd libimagequant/imagequant-sys
$ cargo build --release
$ sudo make PREFIX=/opt/local install
WARNING: Having any UNIX-like toolset installed on your Mac besides
MacPorts and Xcode, such as Fink or Brew, will prevent your app

View file

@ -797,11 +797,11 @@
<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>
$ sudo port install rust cargo<br/>
$ git clone https://github.com/ImageOptim/libimagequant.git<br/>
$ cd libimagequant<br/>
$ ./configure --prefix=/opt/local<br/>
$ make<br/>
$ sudo make install
$ cd libimagequant/imagequant-sys<br/>
$ cargo build --release<br/>
$ sudo make PREFIX=/opt/local install
</code>
</blockquote>
</p>

View file

@ -637,11 +637,11 @@ Compiling and Installation
installed to /opt/local (same as MacPorts) for the library to be
included in TuxPaint.dmg.
$ sudo port install rust cargo
$ git clone https://github.com/ImageOptim/libimagequant.git
$ cd libimagequant
$ ./configure --prefix=/opt/local
$ make
$ sudo make install
$ cd libimagequant/imagequant-sys
$ cargo build --release
$ sudo make PREFIX=/opt/local install
WARNING: Having any UNIX-like toolset installed on your Mac besides
MacPorts and Xcode, such as Fink or Brew, will prevent your app

View file

@ -797,11 +797,11 @@
<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>
$ sudo port install rust cargo<br/>
$ git clone https://github.com/ImageOptim/libimagequant.git<br/>
$ cd libimagequant<br/>
$ ./configure --prefix=/opt/local<br/>
$ make<br/>
$ sudo make install
$ cd libimagequant/imagequant-sys<br/>
$ cargo build --release<br/>
$ sudo make PREFIX=/opt/local install
</code>
</blockquote>
</p>

View file

@ -666,11 +666,11 @@ Compilation et installation
peut être installé sur /opt/local (comme pour MacPorts) pour la
bibliothèque devant être incluse dans TuxPaint.dmg.
$ sudo port install rust cargo
$ git clone https://github.com/ImageOptim/libimagequant.git
$ cd libimagequant
$ ./configure --prefix=/opt/local
$ make
$ sudo make install
$ cd libimagequant/imagequant-sys
$ cargo build --release
$ sudo make PREFIX=/opt/local install
ATTENTION :Posséder des outils Unix à côté de MacPorts et Xcode,
tels que Fink ou Brew, vous empêchera de créer un programme

View file

@ -797,11 +797,11 @@
<p>
<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>
$ sudo port install rust cargo<br/>
$ git clone https://github.com/ImageOptim/libimagequant.git<br/>
$ cd libimagequant<br/>
$ ./configure --prefix=/opt/local<br/>
$ make<br/>
$ sudo make install
$ cd libimagequant/imagequant-sys<br/>
$ cargo build --release<br/>
$ sudo make PREFIX=/opt/local install
</code>
</blockquote>
</p>

View file

@ -647,11 +647,11 @@ Compiling and Installation
installed to /opt/local (same as MacPorts) for the library to be
included in TuxPaint.dmg.
$ sudo port install rust cargo
$ git clone https://github.com/ImageOptim/libimagequant.git
$ cd libimagequant
$ ./configure --prefix=/opt/local
$ make
$ sudo make install
$ cd libimagequant/imagequant-sys
$ cargo build --release
$ sudo make PREFIX=/opt/local install
WARNING: Having any UNIX-like toolset installed on your Mac besides
MacPorts and Xcode, such as Fink or Brew, will prevent your app

View file

@ -797,11 +797,11 @@
<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>
$ sudo port install rust cargo<br/>
$ git clone https://github.com/ImageOptim/libimagequant.git<br/>
$ cd libimagequant<br/>
$ ./configure --prefix=/opt/local<br/>
$ make<br/>
$ sudo make install
$ cd libimagequant/imagequant-sys<br/>
$ cargo build --release<br/>
$ sudo make PREFIX=/opt/local install
</code>
</blockquote>
</p>

View file

@ -637,11 +637,11 @@ Compiling and Installation
installed to /opt/local (same as MacPorts) for the library to be
included in TuxPaint.dmg.
$ sudo port install rust cargo
$ git clone https://github.com/ImageOptim/libimagequant.git
$ cd libimagequant
$ ./configure --prefix=/opt/local
$ make
$ sudo make install
$ cd libimagequant/imagequant-sys
$ cargo build --release
$ sudo make PREFIX=/opt/local install
WARNING: Having any UNIX-like toolset installed on your Mac besides
MacPorts and Xcode, such as Fink or Brew, will prevent your app

View file

@ -797,11 +797,11 @@
<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>
$ sudo port install rust cargo<br/>
$ git clone https://github.com/ImageOptim/libimagequant.git<br/>
$ cd libimagequant<br/>
$ ./configure --prefix=/opt/local<br/>
$ make<br/>
$ sudo make install
$ cd libimagequant/imagequant-sys<br/>
$ cargo build --release<br/>
$ sudo make PREFIX=/opt/local install
</code>
</blockquote>
</p>