32 Star 143 Fork 64

gozfree / aquila

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
INSTALL.md 846 Bytes
一键复制 编辑 原始数据 按行查看 历史
gozfree 提交于 2021-10-31 17:15 . fix compile error

INSTALL

install lastest gear-lib

$ git clone https://github.com/gozfree/gear-lib.git
$ cd gear-lib
$ ./build.sh
$ sudo ./build.sh install

install essential third-party libraries

ffmpeg/alsa/x264/sdl
$ sudo apt-get install libavformat-dev libavutil-dev libavcodec-dev libswscale-dev libasound-dev libx264-dev libsdl-dev libjpeg-dev libfdk-aac-dev

build aquila

$ make

FAQ

1.error while loading shared libraries: libdebug.so: cannot open shared object file: No such file or directory make sure install gear-lib into /usr/local/lib/ then $ sudo vi /etc/ld.so.conf.d/gear-lib.conf input "/usr/local/lib/gear-lib" save and exit $ sudo ldconfig ffplay -f rawvideo -pixel_format yuv422p -video_size 320x240 sample/sample_yuv422p.yuv

export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libasan.so.4

C
1
https://gitee.com/gozfreee/aquila.git
git@gitee.com:gozfreee/aquila.git
gozfreee
aquila
aquila
master

搜索帮助