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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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