Go to file
intelligide 93a3284d94 add Libraries 2015-07-03 16:57:52 +02:00
clib add Libraries 2015-07-03 16:57:52 +02:00
doc add Doc 2015-07-03 16:57:33 +02:00
man First commit 2015-06-30 08:17:40 +02:00
src Add Commandline Parser 2015-06-30 17:09:08 +02:00
.gitattributes :neckbeard: Added .gitattributes & .gitignore files 2015-06-29 20:49:23 +02:00
.gitignore :neckbeard: Added .gitattributes & .gitignore files 2015-06-29 20:49:23 +02:00
CMakeLists.txt add Doc 2015-07-03 16:57:33 +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

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.