Skip to content

Commit

Permalink
Merge pull request #153 from sgdecker/gh-pages
Browse files Browse the repository at this point in the history
Update build instructions for recent RHEL-based distros
  • Loading branch information
akrherz authored Jul 10, 2024
2 parents 88ed237 + 4dba6b5 commit a364f74
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions doc/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,14 @@ <h5>Full List of Required Libraries</h5>
<p>To install all at once:</p>
<pre>
yum install gcc gcc-c++ gcc-gfortran libX11 libX11-devel libXt-devel \<br> libXext libXp libXp-devel libXft-devel libXtst-devel xorg-x11-xbitmaps flex \<br> byacc *fonts-ISO8859-* -y</pre>
</div>
<p>Note that on recent RHEL-based systems, these packages must also be installed:
<ul><li>motif-devel</li>
<li>autoconf</li>
<li>zlib-devel</li></ul></p>

<p>On recent systems (running GCC 10+), the changes in <a href="https://github.com/Unidata/gempak/pull/149/commits/a207432e5b4d0f1f1b150cfdb14b77e4734a064f">this commit</a> should be applied to fix various compilation errors.</p>

</div>
</section>

<!-- BUILD OPTIONS -->
Expand Down Expand Up @@ -353,4 +360,4 @@ <h5>Error in message queue</h5>
<script src="/gempak/add_in.js" type="text/javascript"></script>

</body>
</html>
</html>

0 comments on commit a364f74

Please sign in to comment.