Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
duo-buildroot-sdk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
duo-buildroot-sdk
Commits
edd5650f
Unverified
Commit
edd5650f
authored
Nov 06, 2023
by
Carbon
Committed by
GitHub
Nov 06, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #25 from wojtess/develop
updated readme.md
parents
71a34a54
779d2ba9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
README-ja.md
README-ja.md
+3
-3
README-zh.md
README-zh.md
+2
-2
README.md
README.md
+2
-2
No files found.
README-ja.md
View file @
edd5650f
...
@@ -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
README-zh.md
View file @
edd5650f
...
@@ -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
```
```
## 编译
## 编译
...
...
README.md
View file @
edd5650f
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment