Mercurial > cgi-bin > hgweb.cgi > JpegWasher
comparison Building.html @ 59:4997ae108653
Add where Osdep is.
author | David Barts <n5jrn@me.com> |
---|---|
date | Sun, 26 Jul 2020 14:26:06 -0700 |
parents | fb407182ba76 |
children |
comparison
equal
deleted
inserted
replaced
58:6b300da7d800 | 59:4997ae108653 |
---|---|
40 <li>Java JDK 1.8 or better (see notes).</li> | 40 <li>Java JDK 1.8 or better (see notes).</li> |
41 <li><a href="https://kotlinlang.org/">Kotlin</a></li> | 41 <li><a href="https://kotlinlang.org/">Kotlin</a></li> |
42 <li><a href="https://www.exiv2.org/">Exiv2</a></li> | 42 <li><a href="https://www.exiv2.org/">Exiv2</a></li> |
43 <li>A C++ Compiler</li> | 43 <li>A C++ Compiler</li> |
44 <li>Make (Nmake on Windows)</li> | 44 <li>Make (Nmake on Windows)</li> |
45 <li>Osdep</li> | 45 <li>Osdep (found in a <a href="http://koosah.info/cgi-bin/hgweb.cgi/Osdep/">neighboring |
46 repository</a> to this one).</li> | |
46 </ul> | 47 </ul> |
47 <h2>Which Version of Java to Use?</h2> | 48 <h2>Which Version of Java to Use?</h2> |
48 <p>In short, Java 1.8. Most systems don’t yet have OpenJDK 11 or greater | 49 <p>In short, Java 1.8. Most systems don’t yet have OpenJDK 11 or greater |
49 installed, so using a compiler newer than 1.8 is asking for trouble. All | 50 installed, so using a compiler newer than 1.8 is asking for trouble. All |
50 code <em>should</em> build on OpenJDK 11 or greater, with the exception | 51 code <em>should</em> build on OpenJDK 11 or greater, with the exception |