Merge pull request #1026 from andreasstieger/openSUSE
Add install and source instructions for openSUSE and SLES
This commit is contained in:
commit
0ff06435a4
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -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):
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue