Skip to content

Commit 8bbd112

Browse files
committed
Update README with disclaimer for changing code; use gmake on BSD.
1 parent df884fe commit 8bbd112

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ This is the Micro Python project, which aims to put an implementation
55
of Python 3.x on a microcontroller. The project also includes a small
66
microcontroller board based around the STM32F405RG.
77

8+
WARNING: this project is in its early stages and is subject to large
9+
changes of the code-base, including project-wide name changes and API
10+
changes. The software will not start to mature until March 2014 at the
11+
earliest. For the moment the priority is the hardware.
12+
813
Major components:
914
- py/ -- the core Python implementation, including compiler and runtime.
1015
- unix/ -- a version of Micro Python that runs on Unix.
@@ -18,7 +23,7 @@ Additional components:
1823
- tests/ -- test framework and test scripts.
1924
- tools/ -- various tools.
2025

21-
"make" is used to build the components.
26+
"make" is used to build the components, or "gmake" on BSD-based systems.
2227

2328
The Unix version
2429
----------------

0 commit comments

Comments
 (0)