Unverified Commit edd5650f authored by Carbon's avatar Carbon Committed by GitHub

Merge pull request #25 from wojtess/develop

updated readme.md
parents 71a34a54 779d2ba9
...@@ -97,8 +97,8 @@ SDKのmkimageコマンドは`libssl1.1`に依存しています。`dpkg -s libss ...@@ -97,8 +97,8 @@ SDKのmkimageコマンドは`libssl1.1`に依存しています。`dpkg -s libss
2. debパッケージを手動でダウンロードしてインストール 2. debパッケージを手動でダウンロードしてインストール
```bash ```bash
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/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.1f-1ubuntu2.19_amd64.deb sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
``` ```
## イメージのコンパイル ## イメージのコンパイル
...@@ -258,4 +258,4 @@ sync ...@@ -258,4 +258,4 @@ sync
# フォーラム # フォーラム
- [MilkV Community](https://community.milkv.io/) - [MilkV Community](https://community.milkv.io/)
\ No newline at end of file
...@@ -95,8 +95,8 @@ sudo apt install -y pkg-config build-essential ninja-build automake autoconf lib ...@@ -95,8 +95,8 @@ sudo apt install -y pkg-config build-essential ninja-build automake autoconf lib
2. 手动下载deb包安装 2. 手动下载deb包安装
```bash ```bash
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/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.1f-1ubuntu2.19_amd64.deb sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
``` ```
## 编译 ## 编译
......
...@@ -97,8 +97,8 @@ If not, the following two methods are both applicable: ...@@ -97,8 +97,8 @@ If not, the following two methods are both applicable:
2. Manual download and installation of the deb package 2. Manual download and installation of the deb package
```bash ```bash
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/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.1f-1ubuntu2.19_amd64.deb sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
``` ```
## Compile the Image ## Compile the Image
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment