Skip to content

Commit 06e6e6c

Browse files
authored
Merge pull request #1 from OrcaXS/update-readme
Add 'Install via aur' to README
2 parents 3bb4c74 + d574f65 commit 06e6e6c

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22
Anime loop video command line tool.
33

44

5+
### Install via Arch Linux User Repository (aur)
6+
#### with [yaourt](https://wiki.archlinux.org/index.php/Yaourt)
7+
``` Shell
8+
yaourt -S animeloop-cli
9+
```
510

6-
### Installation
11+
12+
### Install Manually
713

814
#### Modules Init
915

@@ -29,8 +35,7 @@ brew install boost
2935
brew install ffmpeg
3036
```
3137

32-
##### Linux
33-
38+
##### Ubuntu (obsoleted)
3439
``` Shell
3540
# OpenCV
3641
sudo apt-get -y install libopencv-dev build-essential cmake git libgtk2.0-dev pkg-config python-dev python-numpy libdc1394-22 libdc1394-22-dev libjpeg-dev libpng12-dev libjasper-dev libavcodec-dev libavformat-dev libswscale-dev libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libv4l-dev libtbb-dev libqt4-dev libfaac-dev libmp3lame-dev libopencore-amrnb-dev libopencore-amrwb-dev libtheora-dev libvorbis-dev libxvidcore-dev x264 v4l-utils unzip
@@ -69,13 +74,13 @@ sudo apt update && sudo apt install ffmpeg
6974

7075
#### Compile & Build
7176

72-
##### Xcode
77+
##### via Xcode
7378

7479
Open `animeloop-cli.xcodeproj` and run it.
7580

76-
(if you compile opencv source code by yourself, you maybe need edit `Linked Frameworks and Libraries` settings in Xcode project.)
81+
(If you have compiled `opencv` source code by yourself, you may need to edit `Linked Frameworks and Libraries` settings in Xcode project.)
7782

78-
##### cmake
83+
##### via cmake
7984

8085
``` Shell
8186
cd animeloop-cli
@@ -89,7 +94,7 @@ make
8994
(make install)
9095
```
9196

92-
## Usage
97+
### Usage
9398

9499
```Shell
95100

0 commit comments

Comments
 (0)