This commit is contained in:
root
2023-09-25 14:10:32 +03:00
parent 12c2b652f0
commit 500c76271b
12 changed files with 11 additions and 92 deletions

View File

@ -17,8 +17,7 @@ tags: [linux, ruby, gcc]
## Установка пакетов для сборки (и не только)
```shell
apt -y install wget unzip gcc make autoconf \
squashfs-tools libtool bison gnupg
apt -y install wget unzip gcc make autoconf squashfs-tools libtool bison gnupg
```
## Установка ruby (из пакета)
@ -57,8 +56,7 @@ chmod +x /usr/local/bin/rubyc
## Установка rubyc (stable, 2.4, не рекомендую)
```shell
wget -P /tmp https://gw.alipayobjects.com/os/enclose-prod\
/1fd23e6b-d48f-4ed0-94dd-f0f539960253/rubyc-v0.4.0-linux-x64.gz
wget -P /tmp https://gw.alipayobjects.com/os/enclose-prod/1fd23e6b-d48f-4ed0-94dd-f0f539960253/rubyc-v0.4.0-linux-x64.gz
gzip -d /tmp/rubyc-v0.4.0-linux-x64.gz
mv /tmp/rubyc-v0.4.0-linux-x64 /usr/local/bin/rubyc
chmod +x /usr/local/bin/rubyc