From 6b437998bba291107b5ef6bfa9b22d58a601bdcb Mon Sep 17 00:00:00 2001 From: DXL <64101226@qq.com> Date: Fri, 3 Jul 2020 18:27:57 +0800 Subject: [PATCH] Build tips --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 26ab45f2..78ca8809 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,19 @@ Download and flash [Compiled FW 12 August](https://www.dropbox.com/s/416lsrqpr2l - CMAKE: 3.10 - NDK: 20.0.5594570 +## How to build? +The RFIDTools have some gitsubmodule + +Get the source from GitHub: + + git clone https://github.com/xianglin1998/RFIDtools RFIDtools + cd RFIDtools + git submodule init + git submodule update + + +After clone and init submodule, you can use your AndroidStudio open this project. + ## App core implementation Comunication: LocalSocket & LocalServerSocket(Android)