File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 22Anime 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
2935brew install ffmpeg
3036```
3137
32- ##### Linux
33-
38+ ##### Ubuntu (obsoleted)
3439``` Shell
3540# OpenCV
3641sudo 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
7479Open ` 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
8186cd animeloop-cli
8994(make install)
9095```
9196
92- ## Usage
97+ ### Usage
9398
9499``` Shell
95100
You can’t perform that action at this time.
0 commit comments