Skip to content

Instantly share code, notes, and snippets.

@qtxie
Created November 20, 2019 17:01
Show Gist options
  • Save qtxie/290b3fb4e0de2301fd8eb58cd8b49a2e to your computer and use it in GitHub Desktop.
Save qtxie/290b3fb4e0de2301fd8eb58cd8b49a2e to your computer and use it in GitHub Desktop.
安装Deepin之后
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