Blang/README.md

610 B

G1M-assembler

Introduction

Blang is a Text-to-BasicCasio converter tools.

Build

To build Blang tools from source, first obtain the prerequisites:

  • A C/C++ compiler

  • CMake_ cross-platform build system generator.

Run CMake on the source tree to generate a build tree using a compiler compatible.

Run the corresponding native build tool (e.g. make) in the build tree, and optionally build the install target. The g1m-assembler command-line tools may be used either from the build tree or the install tree. The install tree is relocatable.

.. _CMake: http://www.cmake.org/