Skip to content

Commit

Permalink
update linux instructions from deprecated libatlas version
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwb committed Jan 10, 2025
1 parent b5b4322 commit 3d496a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ Second, and more insidiously, if any programs involving trees crash outright or

An [issue](https://github.com/FePhyFoFum/phyx/issues/138) has been made where discussion of this, er, issue, can be had.

---

# Installation instructions
phyx requires a few dependencies. Since installation of these dependencies differs on [Linux](#linux-install) vs. [Mac OSX](#mac-install), we've separated the instructions below.

Expand Down Expand Up @@ -198,7 +200,7 @@ These instructions work for most ubuntu versions as well as debian.

1. Install general dependencies:

sudo apt-get install git autotools-dev autoconf automake cmake libtool liblapack-dev libatlas-cpp-0.6-dev libnlopt-cxx-dev
sudo apt-get install git autotools-dev autoconf automake cmake libtool liblapack-dev libatlas-base-dev libnlopt-cxx-dev

2. Clone the phyx repo (if you haven't already):

Expand Down

0 comments on commit 3d496a8

Please # to comment.