Skip to content
#

pdcurses

Here are 25 public repositories matching this topic...

jjgh
jjgh commented Feb 27, 2020

I noticed that on Windows the curses gem can be currently installed with just gem install curses.
Why is this not clearly written in the readme?

I was under the impression that a binary was not available for windows so I lost a lot of time looking for other ways to install it!

It should be more clear that on Windows all you have to do is "gem install curses".

RootTJNII
RootTJNII commented Jan 27, 2020

Using the following Dockerfile:

FROM debian:stretch

RUN apt-get update && apt-get install -y git python libxml2 wget build-essential autoconf

RUN useradd -m -d /wasm wasm
USER wasm
WORKDIR /wasm

RUN git clone https://github.com/emscripten-core/emsdk.git && \
    cd emsdk && \
    ./emsdk install latest && \
    ./emsdk activate latest

ENV PATH="/wasm/emsdk:/wasm/emsdk/node

Improve this page

Add a description, image, and links to the pdcurses topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pdcurses topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.