Skip to content

Commit

Permalink
Merge pull request #25 from wojtess/develop
Browse files Browse the repository at this point in the history
updated readme.md
  • Loading branch information
carbonfix authored Nov 6, 2023
2 parents 71a34a5 + 779d2ba commit edd5650
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ SDKのmkimageコマンドは`libssl1.1`に依存しています。`dpkg -s libss
2. debパッケージを手動でダウンロードしてインストール

```bash
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
```

## イメージのコンパイル
Expand Down Expand Up @@ -258,4 +258,4 @@ sync
# フォーラム
- [MilkV Community](https://community.milkv.io/)
- [MilkV Community](https://community.milkv.io/)
4 changes: 2 additions & 2 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ sudo apt install -y pkg-config build-essential ninja-build automake autoconf lib
2. 手动下载deb包安装

```bash
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
```

## 编译
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ If not, the following two methods are both applicable:
2. Manual download and installation of the deb package

```bash
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
```

## Compile the Image
Expand Down

0 comments on commit edd5650

Please sign in to comment.