File INSTALLATION.md changed (mode: 100644) (index 8ad99cb..d30ef18) |
... |
... |
INSTALLATION |
3 |
3 |
Install `hh` using [distribution](#distribution-installation), |
Install `hh` using [distribution](#distribution-installation), |
4 |
4 |
from [source code](#installation-from-source-code), on [Ubuntu](#ubuntu), |
from [source code](#installation-from-source-code), on [Ubuntu](#ubuntu), |
5 |
5 |
[Fedora/RHEL/CentOS/ScientificLinux](#fedorarhelcentos), [openSUSE](#opensuse), [Debian/Mint](#debianmint), |
[Fedora/RHEL/CentOS/ScientificLinux](#fedorarhelcentos), [openSUSE](#opensuse), [Debian/Mint](#debianmint), |
6 |
|
[Gentoo](#gentoo), [Arch Linux](#arch-linux), [Cygwin](#cygwin) or [Mac OS](#mac-os). |
|
|
6 |
|
[Gentoo](#gentoo), [Arch Linux](#arch-linux), [Bash on Ubuntu on Windows (WLS)](#wls), [Cygwin](#cygwin) or [Mac OS](#mac-os). |
7 |
7 |
|
|
8 |
8 |
|
|
9 |
9 |
UBUNTU |
UBUNTU |
|
... |
... |
make |
157 |
157 |
Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#documentation). |
Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#documentation). |
158 |
158 |
|
|
159 |
159 |
|
|
|
160 |
|
WLS |
|
161 |
|
--- |
|
162 |
|
To install `hh` on [Bash on Ubuntu on Windows (WLS)](https://msdn.microsoft.com/en-us/commandline/wsl/about) clone Git repository: |
|
163 |
|
```bash |
|
164 |
|
git clone https://github.com/dvorka/hstr.git |
|
165 |
|
``` |
|
166 |
|
Create build files using: |
|
167 |
|
```bash |
|
168 |
|
cd ./dist && ./1-dist.sh && cd .. |
|
169 |
|
``` |
|
170 |
|
Finish installation `hh` using: |
|
171 |
|
```bash |
|
172 |
|
./configure && make && make install |
|
173 |
|
``` |
|
174 |
|
In order to get autocompletion on Cygwin you must configure `hh` using: |
|
175 |
|
```bash |
|
176 |
|
hh --show-configuration >> ~/.bashrc |
|
177 |
|
``` |
|
178 |
|
Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#documentation). |
|
179 |
|
|
|
180 |
|
|
|
181 |
|
|
160 |
182 |
CYGWIN |
CYGWIN |
161 |
183 |
------ |
------ |
162 |
184 |
To install `hh` on [Cygwin](https://www.cygwin.com) clone Git repository: |
To install `hh` on [Cygwin](https://www.cygwin.com) clone Git repository: |
File README.md changed (mode: 100644) (index 52fbe7b..be78444) |
... |
... |
Install HSTR: |
39 |
39 |
* [Mint](INSTALLATION.md#debianmint) |
* [Mint](INSTALLATION.md#debianmint) |
40 |
40 |
* [Arch Linux](INSTALLATION.md#arch-linux) |
* [Arch Linux](INSTALLATION.md#arch-linux) |
41 |
41 |
* [Scientific Linux](INSTALLATION.md#fedorarhelcentos) |
* [Scientific Linux](INSTALLATION.md#fedorarhelcentos) |
|
42 |
|
* [Bash on Ubuntu on Windows (WLS)](INSTALLATION.md#wls) |
42 |
43 |
* [Cygwin on Windows](INSTALLATION.md#cygwin) |
* [Cygwin on Windows](INSTALLATION.md#cygwin) |
43 |
44 |
* [Mac OS](INSTALLATION.md#mac-os) |
* [Mac OS](INSTALLATION.md#mac-os) |
44 |
45 |
|
|