commit 335bf069a652a2b336505bfb47ab73548eab9016 from: Marcel Rodrigues date: Sun Jun 21 16:35:23 2015 UTC Make README shorter. commit - e0325f10f4367b1d31578d6cbef1e874c888870f commit + 335bf069a652a2b336505bfb47ab73548eab9016 blob - 6d6dcffce6b5418a6851166d8870ee1af3ee374f blob + 4aad56d776d43498b7acc9d4f23f52ce7bc17376 --- README.md +++ README.md @@ -57,29 +57,19 @@ overwriting existing files while copying/moving marked careful to not accidentally lose your data. -Dependencies +Requirements ============ - Rover is supposed to run on any Unix-like system with a curses implementation. -To build Rover, you need a C compiler and a curses library with the corresponding -header file. A makefile is provided, but since all the code is in a single C -source file, it shouldn't be hard to build Rover without make(1). + * Unix-like system; + * curses library. Configuration ============= - By default, rover is installed to `/usr/local/bin/rover`. To change this and other -build options, such as the name of the curses library, please edit `Makefile` -before executing `make` or specify the options during invocation. For example, -to link against `libncurses.so` and install to `/opt/bin/rover`: - ``` - $ make LDLIBS=-lncurses PREFIX=/opt install - ``` + Rover configuration (mostly key bindings and colors) can only be changed by +editing the file `config.h` and rebuilding the binary. - Rover runtime configuration (mostly key bindings and colors) can only be -changed by editing the file `config.h` and rebuilding the binary. - Note that the external programs executed by some Rover commands may be changed via the appropriate environment variables. For example, to specify an editor: ```