Skip to content

dnasdw/bflimtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bflimtool

A tool for decoding/encoding bflim file.

History

  • v1.1.0 @ 2018.01.04 - A new beginning
  • v1.1.1 @ 2018.07.27 - Update cmake

v1.0

  • v1.0.0 @ 2015.03.14 - First release
  • v1.0.1 @ 2017.07.29 - Commandline support unicode

Platforms

  • Windows
  • Linux
  • macOS

Building

Dependencies

  • cmake
  • zlib
  • libpng

Compiling

  • make 64-bit version
mkdir build
cd build
cmake -DUSE_DEP=OFF ..
make
  • make 32-bit version
mkdir build
cd build
cmake -DBUILD64=OFF -DUSE_DEP=OFF ..
make

Installing

make install

Usage

Windows

bflimtool [option...] [option]...

Other

bflimtool.sh [option...] [option]...

Options

See bflimtool --help messages.