Skip to content

SupremeLyre/emf2pdf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

编译要求

  • cmake
  • gcc 14.1.0 x86_64-w64-mingw32
  • libharu

在Windows下使用vcpkg进行包管理,首先安装依赖项。

cmake

下载地址:https://cmake.org/download/

下载最新版,按照指示安装即可。

gcc

下载地址:https://winlibs.com/#download-release

下载后,将mingw64文件夹解压至D:,并将D:\mingw64\bin加入环境变量$Path

vcpkg

git clone https://github.com/microsoft/vcpkg.git E:\dev
cd E:\dev\vcpkg;.\bootstrap-vcpkg.bat

E:\dev\vcpkg\加入环境变量$Path

vcpkg integrate install

进行全局集成,可以在cmake和vs项目中自动使用vcpkg中的包。

libharu

vcpkg install libharu

编译方式

使用vscode cmake插件进行编译。

使用方式

emf2pdf /path/to/emf

About

emf to pdf using libHaru running well in my env

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 99.3%
  • CMake 0.7%