joseluisq / joseluisq/rust-linux-darwin-builder
ncurses support?
Open
- Dominant language
- Dockerfile
- Stars
- 153
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to use your image for cross-compilig a project that uses ncurses?
I tried issuing `apt-get install libncurses5-dev libncursesw5-dev` (in my CI @ GitLab) but it failed with: the following:
```
$ apt-get install libncurses5 libncurses5-dev libncursesw5-dev
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package libncurses5
E: Unable to locate package libncurses5-dev
E: Unable to locate package libncursesw5-dev
```
Would be grateful for some advice :)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.