aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-04-14 13:38:56 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-04-14 13:38:56 -0700
commit49589e2da0ffecb2aaccb1e7d2440c539bc6fb49 (patch)
treea4f497103c1d03ba5bcf705ddc69585ac4492cab /README.md
parent0e246761440418bfdb0115151495979f9015aaa3 (diff)
Added note about how to install ncurses, and what to do on EC2
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.md b/README.md
index d0871323..d8badb73 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,8 @@ Detailed user documentation is available by running `help` within fish, and also
## Building
+fish is written in a sane subset of C++98, with a few components from C++TR1. It builds successfully with g++ 4.2 or later, and with clang. It also will build as C++11.
+
fish can be built using autotools or Xcode.
### Autotools Build
@@ -32,10 +34,36 @@ fish can be built using autotools or Xcode.
xcodebuild install
sudo ditto /tmp/fish.dst /
+## Help, it didn't build!
+
+If fish reports that it could not find curses, try installing a curses development package and build again.
+
+On Debian or Ubuntu you want:
+
+ sudo apt-get install libncurses5-dev libncursesw5-dev
+
+on RedHat, CentOS, or Amazon EC2:
+
+ sudo yum install ncurses-devel
+
## Packages for Linux
Nightly builds for several Linux distros can be downloaded from <http://download.opensuse.org/repositories/home:/siteshwar/>
+## Switching to fish
+
+If you wish to use fish as your default shell, use the following command:
+
+ chsh -s /usr/local/bin/fish
+
+chsh will prompt you for your password, and change your default shell.
+
+To switch your default shell back, you can run:
+
+ chsh -s /bin/bash
+
+Substitute /bin/bash with /bin/tcsh or /bin/zsh as appropriate.
+
## Contact Us
Questions, comments, rants and raves can be posted to the official fish mailing list at <https://lists.sourceforge.net/lists/listinfo/fish-users> or join us on our IRC channel #fish at irc.oftc.net