mirror of
https://github.com/MonsterDruide1/OdysseyDecomp.git
synced 2024-11-23 05:19:52 +00:00
README: Add information about libncurses5
on arch (#172)
Some checks are pending
Compile and verify functions / compile_verify (push) Waiting to run
Copy headers to separate repo / copy_headers (push) Waiting to run
lint / clang-format (push) Waiting to run
lint / custom-lint (push) Waiting to run
progress / publish_progress (push) Waiting to run
Some checks are pending
Compile and verify functions / compile_verify (push) Waiting to run
Copy headers to separate repo / copy_headers (push) Waiting to run
lint / clang-format (push) Waiting to run
lint / custom-lint (push) Waiting to run
progress / publish_progress (push) Waiting to run
This commit is contained in:
parent
a022913ee0
commit
6d2d775901
@ -49,6 +49,8 @@ If you are running Ubuntu 23.10 or later, the `libncurses5` package won't be ava
|
||||
wget http://archive.ubuntu.com/ubuntu/pool/universe/n/ncurses/libtinfo5_6.4-2_amd64.deb && sudo dpkg -i libtinfo5_6.4-2_amd64.deb && rm -f libtinfo5_6.4-2_amd64.deb
|
||||
```
|
||||
|
||||
For other systems, please check for the corresponding `libncurses5` backport, for example [ncurses5-compat-libs](https://aur.archlinux.org/packages/ncurses5-compat-libs) for Arch-based distributions.
|
||||
|
||||
Additionally, you'll also need:
|
||||
|
||||
* A Rust toolchain ([follow the instructions here](https://www.rust-lang.org/tools/install))
|
||||
|
Loading…
Reference in New Issue
Block a user