From 8419f46163202dc053830876380d076d3ef099fb Mon Sep 17 00:00:00 2001 From: madcowswe Date: Sun, 1 May 2016 19:12:23 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bda4afd..f4718c51 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,9 @@ To compile the program, you first need to install the prerequisite tools: #### Generate makefile There is an excellent project called CubeMX2Makefile, originally from baoshi. This project is included as a submodule. * Initalise and clone the submodules: `git submodule init; git submodule update` -* +* Generate makefile: `CubeMX2Makefile/CubeMX2Makefile.py stm32cubemx/` +* Try to build the stuff! +```sh +cd stm32cubemx +make +```