Blang/README.md

26 lines
610 B
Markdown
Raw Permalink Normal View History

2016-11-28 07:29:13 +01:00
### G1M-assembler
2015-06-30 17:09:32 +02:00
2016-11-28 07:29:13 +01:00
## Introduction
2015-06-30 17:09:32 +02:00
2016-11-28 07:29:13 +01:00
Blang is a Text-to-BasicCasio converter tools.
2015-06-30 17:09:32 +02:00
2016-11-28 07:29:13 +01:00
## Build
2015-06-30 17:09:32 +02:00
2016-11-28 07:29:13 +01:00
To build Blang tools from source, first obtain the prerequisites:
2015-06-30 17:09:32 +02:00
* 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/