Created
November 20, 2019 17:01
-
-
Save qtxie/290b3fb4e0de2301fd8eb58cd8b49a2e to your computer and use it in GitHub Desktop.
安装Deepin之后
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. 安装32位库 | |
sudo dpkg --add-architecture i386 | |
sudo apt-get update | |
sudo apt-get install build-essential gcc-multilib rpm libstdc++6:i386 libgtk-3-0:i386 libcurl3:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386 | |
2. 安装git | |
sudo apt-get install git | |
3. 下载Rebol for Linux | |
https://1drv.ms/u/s!Am3tb4OZU9Jqpyxm6GtGsPY3ToI- | |
4. 克隆Red | |
git clone https://github.com/red/red.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment