diff options
author | Kenji Hosokawa <khosokawa@jp.adit-jv.com> | 2021-08-26 22:45:53 +0900 |
---|---|---|
committer | Kenji Hosokawa <khosokawa@jp.adit-jv.com> | 2021-08-26 22:57:53 +0900 |
commit | 6166bddbc4c94c4e0da3c884e1a592dfa1faa4ad (patch) | |
tree | 808fd693bb59ca90d609502b2aee21810bd60ec1 /README.md | |
parent | 666b37f3bdf9781cdee7b2ac37169315d1f49533 (diff) |
Revert "update README"
This reverts commit e64ab752239f906d2a7f9e75757b7c9fd8aae522.
Signed-off-by: Kenji Hosokawa <khosokawa@jp.adit-jv.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -12,13 +12,7 @@ Supported version is as followings. #### 2-2. Prepare the source code git clone https://git.automotivelinux.org/staging/rba-tool -#### 2-3. Prepare dependent binaries (z3) - cd /path/to/rba-tool/rba.tool.editor.endpoint/lib/linux - curl -OL "https://github.com/Z3Prover/z3/releases/download/z3-4.8.4/z3-4.8.4.d6df51951f4c-x64-ubuntu-16.04.zip" - unzip z3-4.8.4.d6df51951f4c-x64-ubuntu-16.04.zip -d z3 - mv z3-4.8.4.d6df51951f4c-x64-ubuntu-16.04 z3 - -#### 2-4. Boot Eclipse +#### 2-3. Boot Eclipse - Extract the zip, then boot eclipse. |