01 2020 档案
摘要:1.安装npm install hexo-asset-image --save2.修改配置3.修改hexo-asset-image hexo-asset-image 中有 bug打开/node_modules/hexo-asset-image/index.js文件,修改内容如下:'use strict';var cheerio = require('cheerio');// http://stac...
阅读全文
摘要:下载地址:https://github.com/LiveStockShapeAnalysis/Point-Cloud-Processing-example
阅读全文
摘要:参考:部分依赖库库名版本下载官网zlib1.2.8http://www.zlib.net/libpng1.6.21http://www.libpng.org/pub/png/libpng.htmllibjpeg9bhttp://www.ijg.org/libtiff4.0.6http://www.linuxfromscratch.org/blfs/view/svn/general/libtiff....
阅读全文
摘要:1.下载vcpkg.exehttps://github.com/microsoft/vcpkg/releases2.将其解压到如下的目录中E:\osg\vcpkg-2019.123.编译打开 “ x64 Native Tools Command Prompt for vs2019 ”,执行cd E:\osg\vcpkg-2019.12bootstrap-vcpkg.bat4.将E:\osg\vcp...
阅读全文
摘要:参考文档:https://dev.opencascade.org/doc/overview/html/occt_dev_guides__building_3rdparty_windows.htmlhttps://dev.opencascade.org/doc/overview/html/occt_dev_guides__building_cmake.htmlOCCT使用两种类型的第三方库:强依赖(...
阅读全文
摘要:1.下载gl2ps库http://distfiles.macports.org/gl2ps/2.将下载后的文件解压到如下目录E:\osg\gl2ps\gl2ps-1.4.03.应用CMake参数设置如下:CMAKE_INSTALL_PREFIX 这个表示gl2ps最后生成的链接库的位置,将其修改为:E:/osg/gl2ps/gl2ps3.用VS2019打开E:\osg\gl2ps\build\gl...
阅读全文
摘要:已编译好的库: https://github.com/intel/tbb/releaseshttps://github.com/intel/tbb/blob/master/download.md1.下载TBB库https://codeload.github.com/intel/tbb/zip/v2020.0---------------------------------------------...
阅读全文
摘要:1.下载FreeImage库https://sourceforge.net/projects/freeimage/2.将下载后的文件解压到如下目录E:\osg\FreeImage\FreeImage31803.用VS2019打开E:\osg\FreeImage\FreeImage3180\FreeImage.2017.sln文件4.修改编译类型5.编译
阅读全文
摘要:参考:http://www.tcl.tk/doc/howto/compile.html#win可下载已编译好的bin版本:https://bitbucket.org/tombert/tcltk/downloads/1.下载tcl-tk库http://www.tcl-lang.org/https://nchc.dl.sourceforge.net/project/tcl/Tcl/8.6.10/tcl...
阅读全文
摘要:参考: https://vtk.org/Wiki/VTK/Configure_and_Build 1.安装VS2019 2.安装QT5.12 3.下载CMake https://cmake.org/download/ https://github.com/Kitware/CMake/releases
阅读全文
摘要:可直接下载已编译完好的库:https://github.com/ShiftMediaProject/fontconfig/releases1.下载freetype库http://download.savannah.gnu.org/releases/freetype/http://download.savannah.gnu.org/releases/freetype/freetype-2.10.1....
阅读全文
摘要:1.下载libxml2库ftp://xmlsoft.org/libxml2/libxml2-sources-2.9.9.tar.gz2.将下载后的文件解压到如下目录E:\osg\libxml2\libxml2-2.9.93.新建E:\osg\libxml2\libxml2目录把安装libiconv生成的iconv.lib、iconv.h文件夹拷贝到E:\osg\libxml2\libxml2文件夹...
阅读全文
摘要:1.下载libiconv库http://www.gnu.org/software/libiconv/#TOCdownloadinghttps://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.16.tar.gzhttps://github.com/winlibs/libiconv/releaseshttps://codeload.github.com/winlib...
阅读全文
摘要:1.下载liblzma库https://tukaani.org/xz/http://tukaani.org/xz/xz-5.2.4.tar.gz2.将下载后的文件解压到如下目录E:\osg\liblzma\xz-5.2.43.用VS2019打开E:\osg\liblzma\xz-5.2.4\windows\vs2017\xz_win.sln文件4.修改编译类型5.编译
阅读全文
摘要:1.下载zlib库http://zlib.net/http://zlib.net/zlib-1.2.11.tar.gz2.将下载后的文件解压到如下目录E:\osg\zlib\zlib-1.2.113.用VS2019打开E:\osg\zlib\zlib-1.2.11\contrib\vstudio\vc14\zlibvc.sln文件4.修改编译类型5.修改“生成前事件”的命令行将其内容改为:E:cd...
阅读全文