Skip to content

ninthseason/epub-t2s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

epub-t2s: convert traditional chinese to simplified chinese in epub

将 epub 格式电子书中的繁体中文转化为简体中文以愉悦阅读轻小说的命令行工具。

Usage

./epub_t2s somebook.epub

# Output file at the same directory: somebook-简中.epub

Acknowledge

Build

On Windows

需要安装有 MinGW(GCC>=8) 环境,Rust 工具链设置为 x86_64-pc-windows-gnu

cargo build_mingw

# cargo build_mingw_release  # for release

事实上,也可采用 VS 环境与 x86_64-pc-windows-msvc 工具链。然而本仓库并未准备对应的 OpenCC 静态链接库。

On Linux

需要 GCC 版本 >=11

cargo build_glibc

# cargo build_glibc_release  # for release

Cross-compile

目前只知道从 Linux 向 Windows 编译的方法。

需于 Linux 上安装 MinGW(GCC>=8) 环境

cargo build_mingw

# cargo build_mingw_release  # for release

About

EPUB电子书,繁体转简体

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages