Skip to content

Commit

Permalink
Releasing v0.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mlazarov committed Sep 23, 2016
1 parent e3001d3 commit 22c8e99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@
## RPM Install

```
yum install https://github.com/mlazarov/syncthing-centos/releases/download/v0.13.1/syncthing-0.13.1-0.el7.centos.x86_64.rpm
yum install https://github.com/mlazarov/syncthing-centos/releases/download/v0.14.7/syncthing-0.14.7-0.el7.centos.x86_64.rpm
```


## RPM Build


#### Install rpmbuild requirements

```
yum install -y yum-utils vim rpm-build rpmdevtools redhat-rpm-config make gcc gcc-c++ git
```


### Clone the repo and build rpm package

```
cd ~
git clone https://github.com/mlazarov/syncthing-centos.git rpmbuild/
mkdir -p ~/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
echo '%_topdir %(echo $HOME)/rpmbuild' > ~/.rpmmacros
cd rpmbuild/SPECS/
cd ~/rpmbuild/SOURCES/
wget https://github.com/syncthing/syncthing/releases/download/v0.14.7/syncthing-linux-amd64-v0.14.7.tar.gz
cd ~/rpmbuild/SPECS/
rpmbuild -bb syncthing.spec
```

Expand Down

0 comments on commit 22c8e99

Please sign in to comment.