Skip to content

Commit

Permalink
Added temporary configuration instructions to the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
ELLIOTTCABLE committed Jul 14, 2009
1 parent 0943a49 commit 815e967
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ Next, you can simply install the gem directly from my repository:

gem install elliottcable-ncurses

There have been reports of the gem failing to build on some systems. This will
be investigated in more detail at a later date, but for now, I’ll provide the
`./configure` line I know to work on my Mac OS X 10.6 Snow Leopard system:

./configure --prefix=/usr/local \
--without-cxx --without-cxx-binding --without-ada --without-progs --without-curses-h \
--with-shared --without-debug \
--enable-widec --enable-const --enable-ext-colors --enable-sigwinch --enable-wgetch-events \
&& make

Contributing
------------
If you're more interested in the project, and desire to work with its sources,
Expand Down

0 comments on commit 815e967

Please sign in to comment.