added some notes about the tools required for each platform
This commit is contained in:
@@ -30,12 +30,18 @@ Currently ported to OS X, Linux and Windows. Tested on:
|
|||||||
|
|
||||||
## Ubuntu
|
## Ubuntu
|
||||||
|
|
||||||
|
The g++ compiler is required to build the native library. Generally this is already installed.
|
||||||
|
|
||||||
You need to install the `libncurses5-dev` package to pick up the ncurses header files. Also worth installing the `ncurses-doc` package too.
|
You need to install the `libncurses5-dev` package to pick up the ncurses header files. Also worth installing the `ncurses-doc` package too.
|
||||||
|
|
||||||
## Windows
|
## Windows
|
||||||
|
|
||||||
You need to install Visual studio, and build from a Visual studio command prompt.
|
You need to install Visual studio, and build from a Visual studio command prompt.
|
||||||
|
|
||||||
|
## OS X
|
||||||
|
|
||||||
|
The g++ compiler is required to build the native library. You will need to install the XCode tools.
|
||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
* Fix TERM=dumb
|
* Fix TERM=dumb
|
||||||
|
|||||||
Reference in New Issue
Block a user