Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.66 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.66 KB

PókeM CLI

Command line tool to encode, decode and convert mails from Mystery Dungeon games.

Note: Only Red & Blue games are currently supported.


Usage

This is a Command Line Interface (CLI) tool. Just open it in the terminal.
Windows users can simply open the executable directly.

Building from sources

Requirements:

  • Make tool
  • C Compiler
  • PókeM, which can be found here and must be (both library and header) in the lib directory. For your convenience, a local (maybe not the latest) copy of PokéM can be found in src/3rdparty directory, and will be used to build the application.

Build:

Go to the root of the project and type in the terminal:

$ make

Note for Windows users prior to Windows 10 RS2:

PokéM CLI can be built with or without color support. Since it uses ASCII escape sequences to represent colors, opening in a terminal without such support will cause a buggy output. Such feature is supported on Windows since Windows 10 RS2, and so, users with an earlier version must use the version without colors. To build PokéM CLI without color support you must type:

$ make all-without-colors

Contact info: thecrowporation@gmail.com