
移植编译类
captain_richard
get the perl!!!!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ncnn编译
首先rk3288的系统是ubuntu 16.041.下载ncnn源码,修改CMakeList.txt文件如果遇到没有int8x8_t***等错误,把原先的build文件删掉,在报错对应的.h文件添加#include<stdint.h>后重新编译就行了...原创 2018-12-04 20:05:02 · 1047 阅读 · 0 评论 -
ubuntu 非root用户安装GraphicsMagick,以及其python接口pgmagick
1.下载编译的源文件,GraphicsMagick-1.3.31.tar.gz和pgmagick(我用的是https://github.com/hhatto/pgmagick)2先编译GraphicsMagick,解压后./configure配置一下,因为是非root用户,如果直接./configure会在系统的默认的路径下安装导致没有权限而失败,所以加--prefix='你的路径‘进行,因为...原创 2018-12-10 11:07:32 · 739 阅读 · 0 评论 -
挖源码编译安装postgis,postgresql的坑
按照此博客教程:https://blog.csdn.net/xtfge0915/article/details/84981666在安装postgis及其依赖前先安装好postgresql1.在安装gdal库时遇到libgadal ** .so :undefined reference to PQ****等错误这个原因主要是没找到postgresql库所在,虽然可能已经安装了pos...原创 2019-07-17 10:03:44 · 2455 阅读 · 0 评论