diff options
author | Naoto Yamaguchi <i33399_yamaguchi@aisin-aw.co.jp> | 2021-08-04 08:38:29 +0000 |
---|---|---|
committer | Naoto Yamaguchi <i33399_yamaguchi@aisin-aw.co.jp> | 2021-08-04 08:39:35 +0000 |
commit | ad946b9f2f9142d40fcd4b13f3550fdb364432b9 (patch) | |
tree | 35364bc7e6fa767f8e13b73dcb4e3be452b35c61 /Readme.md | |
parent | da8e71cb35ed0ba62f39bf2abcb5055016874b03 (diff) | |
parent | fbb4ed3e504a39e857a17c766a1664c87e9e0356 (diff) |
Merge English README work
Signed-off-by: Naoto Yamaguchi <i33399_yamaguchi@aisin-aw.co.jp>
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,12 +4,12 @@ * ServerとClientの通信処理(IPC)部分を汎用的に実装したものです。 * 大きく以下で構成されています。 - * IPCライブラリ実装ソース: src, include - * IPC単体テスト用プログラム: ipc_unit_test + * IPCライブラリ実装ソース + * IPC単体テスト用プログラム # ビルド方法 -* 以下の手順でビルド可能です。 +* 以下の手順でビルド可能です。You can build it by following these steps: ```bash $ mkdir build $ cd build |