Update README with disclaimer for changing code; use gmake on BSD.

pull/28/head
Damien George 2014-01-01 21:52:35 +00:00
rodzic df884fe4cc
commit 8bbd112938
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -5,6 +5,11 @@ This is the Micro Python project, which aims to put an implementation
of Python 3.x on a microcontroller. The project also includes a small
microcontroller board based around the STM32F405RG.
WARNING: this project is in its early stages and is subject to large
changes of the code-base, including project-wide name changes and API
changes. The software will not start to mature until March 2014 at the
earliest. For the moment the priority is the hardware.
Major components:
- py/ -- the core Python implementation, including compiler and runtime.
- unix/ -- a version of Micro Python that runs on Unix.
@ -18,7 +23,7 @@ Additional components:
- tests/ -- test framework and test scripts.
- tools/ -- various tools.
"make" is used to build the components.
"make" is used to build the components, or "gmake" on BSD-based systems.
The Unix version
----------------