Go to file
Intelligide d2d1ffc62f Delete tools 2016-11-24 12:14:15 +01:00
clib Migrate to Gitlab 2016-04-22 21:46:31 +02:00
doc Migrate to Gitlab 2016-04-22 21:46:31 +02:00
src Update 2016-08-11 15:11:45 +02:00
tools Delete tools 2016-11-24 12:14:15 +01:00
unittests Delete tools 2016-11-24 12:14:15 +01:00
utils Update 2016-08-11 15:11:45 +02:00
.gitattributes :neckbeard: Added .gitattributes & .gitignore files 2015-06-29 20:49:23 +02:00
.gitignore Migrate to Gitlab 2016-04-22 21:46:31 +02:00
Blang.sublime-project Migrate to Gitlab 2016-04-22 21:46:31 +02:00
Blang.sublime-workspace Migrate to Gitlab 2016-04-22 21:46:31 +02:00
CMakeLists.txt Migrate to Gitlab 2016-04-22 21:46:31 +02:00
CMakeLists.txt.user Update 2016-08-11 15:11:45 +02:00
LICENSE First commit 2015-06-30 08:17:40 +02:00
NOTICE First commit 2015-06-30 08:17:40 +02:00
README.rst Add README 2015-06-30 17:09:32 +02:00
configure_lexer.py Migrate to Gitlab 2016-04-22 21:46:31 +02:00

README.rst

G1M-assembler *******

Introduction

G1M-assembler is a Text-to-BasicCasio converter tools.

Manual

See the mkg1m(1) manual page for instructions to run the tool.

License

CastXML is licensed under the GPL V3. See the LICENSE and NOTICE files for details.

Build

To build g1m-assembler 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.