Blang/tools/preblang
Intelligide 006d20306f Migrate to Gitlab 2016-04-22 21:46:31 +02:00
..
include Migrate to Gitlab 2016-04-22 21:46:31 +02:00
lib Migrate to Gitlab 2016-04-22 21:46:31 +02:00
src Migrate to Gitlab 2016-04-22 21:46:31 +02:00
CMakeLists.txt Migrate to Gitlab 2016-04-22 21:46:31 +02:00
README.md Migrate to Gitlab 2016-04-22 21:46:31 +02:00

README.md

PreBlang


Introduction

PreBlang is a PreBlang.

Manual

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

.. _mkg1m(1): man/mkg1m.1

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.

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