Skip to content

Commit

Permalink
Merge pull request #6 from tomoki/add_arch_linux_to_install_md
Browse files Browse the repository at this point in the history
Adds "how to install the binary" for Arch Linux
  • Loading branch information
raccy committed Jan 26, 2016
2 parents 4e72420 + 20ef65e commit a9f77b6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/INSTALL.md
Expand Up @@ -51,6 +51,15 @@ https://github.com/raccy/obs-rtmp-nicolive/releases から 64bit を使用して
sudo dpkg -i obs-rtmp-nicolive_*-ubuntu_*.deb
```

### Arch Linux
AUR上に [obs-studio](https://aur.archlinux.org/packages/obs-studio/)[obs-rtmp-nicolive-git](https://aur.archlinux.org/packages/obs-rtmp-nicolive-git/) があるので、それをインストールするのが簡単です。

```
$ yaourt -S obs-studio obs-rtmp-nicolive-git
```

なお、このパッケージに関して問題が発生した場合には、まずAUR上で問題を報告してください。 obs-rtmp-nicolive の問題ではなくパッケージ特有の問題である可能性があります。

OBS MultiPlatform と一緒にコンパイルする方法
--------------------------------------------

Expand Down

0 comments on commit a9f77b6

Please sign in to comment.