diff options
author | Lukc <lukc@upyum.com> | 2010-12-19 15:57:49 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-19 15:57:49 +0100 |
commit | 432ec0174d51734ccfd8e614ccaf8435cdf9fa17 (patch) | |
tree | c26c2e213b3b33ab1dd5422470885141705eaae7 /zsh/README | |
parent | 40a209622a48332cc2de9b15dbc13ad33ec5202e (diff) | |
download | base-432ec0174d51734ccfd8e614ccaf8435cdf9fa17.tar.gz base-432ec0174d51734ccfd8e614ccaf8435cdf9fa17.tar.bz2 base-432ec0174d51734ccfd8e614ccaf8435cdf9fa17.tar.xz base-432ec0174d51734ccfd8e614ccaf8435cdf9fa17.zip |
Recette de zsh ajoutée. o/
Diffstat (limited to 'zsh/README')
-rw-r--r-- | zsh/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/zsh/README b/zsh/README new file mode 100644 index 0000000..e972278 --- /dev/null +++ b/zsh/README @@ -0,0 +1,16 @@ + +REQUIREMENTS + +PRE-INSTALL + +POST-INSTALL + +PRECAUTION + + If you don't remove libpcre before building this port libpcre will + be a runtime dependency of zsh. This is a problem on systems where + zsh needs to be available at boot before the directory containing + libpcre.so is mounted. + +MISC + zsh-lovers.1 is taken from http://www.grml.org/zsh/zsh-lovers.1 |