riscv-software-src / riscv-tools

RISC-V Tools (ISA Simulator and Tests)
1.14k stars 447 forks source link

Ubuntu Required Packages #204

Open jleidel opened 6 years ago

jleidel commented 6 years ago

In the README, the build directions state that Ubuntu users require "libexpat-dev". This has actually been migrated to "libexpat1-dev". For some reason, certain Ubuntu installs don't correctly link the now deprecated libexpat-dev to libexpat1-dev.

The following is known to work: $> apt-get install expat libexpat1-dev

I can submit a patch to the readme file, but I see that there is a pending pull request with significant updates.