Actions
提案 #1610
openRuby-GNOME 4.3.6 を利用する
プラグイン名:
gtk
ブランチ:
Description
ubuntu 26.04 では 4.2.1 だと bundle install の glib2 の native extension のビルドでコケるっぽいです。
4.3.6 だと動きました。
https://social.mikutter.hachune.net/@tsutsuii/116787830996565854
差分は追って
Files
Updated by Izumi Tsutsui about 2 months ago
- Copied from 提案 #1594: Ruby-GNOME 4.2.1 を利用する added
Updated by Izumi Tsutsui about 2 months ago
ubuntu 26.04 だとこんな感じで
sudo apt update sudo apt upgrade -y sudo apt install -y make gcc git ruby-dev ruby-bundler libcairo2-dev libgdk-pixbuf-xlib-2.0-dev libgirepository1.0-dev git clone git://mikutter.hachune.net/mikutter.git cd mikutter sed -i "s/4.2.1/4.3.6/g" plugin/gtk3/Gemfile bundle config set --local path vendor/bundle bundle config set without development test bundle install ruby mikutter.rb
Actions