自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(34)
  • 资源 (1)
  • 收藏
  • 关注

原创 开源库交叉编译(二十六)--- JSON-C

开源库ARM平台交叉编译

2024-05-06 19:05:17 568 1

原创 开源库交叉编译(二十五)--- lighttpd

开源库ARM平台交叉编译

2024-05-05 11:17:40 379

原创 开源库交叉编译(二十四)--- Opus

开源库ARM平台交叉编译

2024-05-05 11:17:06 903

原创 开源库交叉编译(二十三)--- ICU

开源库ARM平台交叉编译

2024-05-04 11:11:31 886

原创 开源库交叉编译(二十二)--- D-Bus

开源库ARM平台交叉编译

2024-05-04 11:00:32 447

原创 开源库交叉编译(二十一)--- GDB

开源库ARM平台交叉编译

2024-05-04 10:56:44 931

原创 开源库交叉编译(二十)--- GMP

开源库ARM平台交叉编译

2024-05-03 20:38:05 548

原创 开源库交叉编译(十九)--- tslib

开源库ARM平台交叉编译

2024-05-03 20:37:41 280

原创 开源库交叉编译(十八)--- haveged

开源库ARM平台交叉编译

2024-05-03 20:37:14 401

原创 开源库交叉编译(十七)--- FFmpeg

开源库ARM平台交叉编译

2024-05-03 20:32:46 280

原创 开源库交叉编译(十六)--- Fontconfig

开源库ARM平台交叉编译

2024-05-03 20:31:48 1209

原创 开源库交叉编译(十五)--- FreeType

开源库ARM平台交叉编译

2024-05-02 18:19:08 727 1

原创 开源库交叉编译(十四)--- Expat

开源库ARM平台交叉编译

2024-05-02 18:14:49 782

原创 开源库交叉编译(十三)--- libjpeg

开源库ARM平台交叉编译

2024-05-02 18:11:24 359

原创 开源库交叉编译(十二)--- libpng

开源库ARM平台交叉编译

2024-05-02 17:36:44 842 1

原创 开源库交叉编译(十一)--- JRTPLIB

开源库ARM平台交叉编译

2024-05-02 17:32:47 470 1

原创 开源库交叉编译(十)--- LIVE555

开源库ARM平台交叉编译

2024-05-02 17:27:05 770 1

原创 开源库交叉编译(九)--- LAME

开源库ARM平台交叉编译

2024-05-02 17:19:19 630 1

原创 开源库交叉编译(八)--- fdk-aac

开源库ARM平台交叉编译

2024-05-02 17:08:15 612 1

原创 开源库交叉编译(七)--- FAAD2

开源库ARM平台交叉编译

2024-05-02 17:01:56 227 1

原创 开源库交叉编译(六)--- ALSA

开源库ARM平台交叉编译

2024-05-02 16:55:33 551 1

原创 开源库交叉编译(五)--- JsonCpp

开源库ARM平台交叉编译

2024-05-02 16:50:45 339 1

原创 开源库交叉编译(四)--- OpenSSH

开源库ARM平台交叉编译

2024-05-02 16:41:15 694 5

原创 开源库交叉编译(三)--- OpenSSL

开源库ARM平台交叉编译

2024-05-02 16:32:33 214 2

原创 开源库交叉编译(二)--- libyuv

开源库ARM平台交叉编译

2024-05-02 16:26:40 1020 1

原创 开源库交叉编译(一)--- zlib

开源库ARM平台交叉编译

2024-05-02 16:19:05 485 2

原创 Jsoncpp在Hi3516DV300平台的交叉编译

1 基本说明jsoncpp版本:jsoncpp-0.10.6.tar.gz / jsoncpp-1.8.4.tar.gz编译器:arm-himix200支持芯片:Hi3516DV300/Hi3516CV500/Hi3519AV1002 官网链接官方编译安装说明:http://open-source-parsers.github.io/jsoncpp-docs/doxygen/index.htmlgithub地址:https://github.com/open-source-parser..

2021-06-28 11:27:58 350

原创 OpenCV在Hi3519AV100平台的交叉编译

1 基本说明OpenCV版本:opencv-3.4.0编译器:arm-himix200支持芯片:Hi3516DV300/Hi3516CV500/Hi3519AV1002 官网链接OpenCV官网:https://opencv.org/官方编译安装说明:https://docs.opencv.org/3.4.1/d7/d9f/tutorial_linux_install.h...

2019-07-28 22:57:24 2562

原创 OpenCV在ubuntu下的编译安装

1 源码下载OpenCV官网:https://opencv.org/github地址: https://github.com/opencv/opencv/releases/tag/3.4.02 安装依赖首先看官方的安装说明,这个非常有必要,官方写的比较好,基本按照官方说明进行操作就可以了。官方编译安装说明:https://docs.opencv.org/3.4.1/d7/d9f/tutorial_...

2018-05-28 16:24:09 4613 1

原创 LIVE555在ubuntu下的编译

1 源码下载LIVE555官网:http://www.live555.com/LIVE555源码FTP下载地址:http://www.live555.com/liveMedia/public/从中选择一个较新版本下载,这里下载live.2017.09.12.tar.gz,如下图:2 源码编译将下载的源码放到linux环境下,解压源码包tar xvzf live.2017.09.12.tar.gz ...

2018-05-28 15:51:12 8094

原创 jrtplib在ubuntu下的编译安装

1 源码下载JRTPLIB官网:http://research.edm.uhasselt.be/jori/page/Main/HomePage.html这里我们要下载这两个库,如下图两个库下载,如下图:2 相关工具安装jrtplib使用cmake构建,这里需要安装较新版本的cmake.3 ubuntu下编译安装先编译jthread :解压jthread-1.3.3.tar.gztar xvzf j...

2018-05-28 15:28:05 1349 4

原创 oRTP在ubuntu下的编译安装

1 准备工作环境:ubuntu14.04 64位oRTP(1.0.2)链接:https://github.com/BelledonneCommunications/ortpbctoolbox(0.6.0) 的链接:https://github.com/BelledonneCommunications/bctoolboxmbedtls (2.9.0)的链接:https://github.com/AR...

2018-05-28 15:07:04 2727

原创 ESP32源码下载、编译、烧录

1 准备工作硬件:    开发板:ESP-WROOM-32软件:    源码包:esp-idf-v2.1 2 源码下载网络环境一定要好,网络不好会下载不完全,不能编译通过方法一(推荐):使用git 到github托管仓库下载git clone --recursive https://github.com/espressif/esp-idf.git

2017-12-03 22:18:39 13426 2

原创 ESP32 Linux开发环境搭建

1 准备工作下载交叉编译链Linux 32位系统:https://dl.espressif.com/dl/xtensa-esp32-elf-linux32-1.22.0-61-gab8375a-5.2.0.tar.gzLinux 64位系统:https://dl.espressif.com/dl/xtensa-esp32-elf-linux64-1.22.0-61-gab8375a

2017-12-03 21:05:08 8503 1

ADV7842 Linux 驱动源码

ADV7842驱动源码,根据自己的需求稍做改的,例如配合Hi3531使用

2017-12-13

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除