项目作者: dnasdw

项目描述 :
A tool for exporting/importing bch file.
高级语言: C++
项目地址: git://github.com/dnasdw/bchtool.git
创建时间: 2017-07-29T04:42:40Z
项目社区:https://github.com/dnasdw/bchtool

开源协议:

下载


bchtool

A tool for exporting/importing bch file.

History

  • v1.3.0 @ 2018.01.04 - A new beginning
  • v1.3.1 @ 2018.07.27 - Update cmake
  • v1.3.2 @ 2018.08.12 - Rename
  • v1.3.3 @ 2019.03.02 - Fix typo

v1.2

  • v1.2.0 @ 2017.12.06 - Check L4/A4 section size

v1.1

  • v1.1.0 @ 2017.12.01 - Fix L4/A4 section

v1.0

  • v1.0.0 @ 2017.07.30 - First release
  • v1.0.1 @ 2017.10.23 - Support very old version

Platforms

  • Windows
  • Linux
  • macOS

Building

Dependencies

  • cmake
  • zlib
  • libpng

Compiling

  • make 64-bit version

    1. mkdir build
    2. cd build
    3. cmake -DUSE_DEP=OFF ..
    4. make
  • make 32-bit version

    1. mkdir build
    2. cd build
    3. cmake -DBUILD64=OFF -DUSE_DEP=OFF ..
    4. make

Installing

  1. make install

Usage

Windows

  1. bchtool [option...] [option]...

Other

  1. bchtool.sh [option...] [option]...

Options

See bchtool --help messages.