Go to file
Intelligide 68cc813645 Update 2016-11-28 21:48: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-11-28 21:48:15 +01:00
test Add dirty tests 2016-11-24 12:14:53 +01:00
tests Update 2016-11-28 07:29:13 +01:00
tools Delete tools 2016-11-24 12:14:15 +01:00
.gitattributes :neckbeard: Added .gitattributes & .gitignore files 2015-06-29 20:49:23 +02:00
.gitignore Update 2016-11-24 12:15:08 +01: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 Update 2016-11-28 07:29:13 +01:00
LICENSE First commit 2015-06-30 08:17:40 +02:00
NOTICE First commit 2015-06-30 08:17:40 +02:00
README.md Update 2016-11-28 07:29:13 +01:00

README.md

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/