Merge pull request #1026 from andreasstieger/openSUSE

Add install and source instructions for openSUSE and SLES
This commit is contained in:
Geoff Greer 2016-12-17 23:55:50 -08:00 committed by GitHub
commit 0ff06435a4

View file

@ -76,6 +76,12 @@ or
sbopkg -i the_silver_searcher
* openSUSE:
zypper install the_silver_searcher
* SUSE Linux Enterprise: Follow [these simple instructions](https://software.opensuse.org/download.html?project=utilities&package=the_silver_searcher).
### BSD
@ -111,6 +117,10 @@ Run the relevant [`setup-*.exe`](https://cygwin.com/install.html), and select "t
yum -y groupinstall "Development Tools"
yum -y install pcre-devel xz-devel
* openSUSE:
zypper source-install --build-deps-only the_silver_searcher
* Windows: It's complicated. See [this wiki page](https://github.com/ggreer/the_silver_searcher/wiki/Windows).
2. Run the build script (which just runs aclocal, automake, etc):