From: ARNAUD S. <Sim...@an...> - 2016-09-26 15:19:58
|
Le mardi 20 septembre 2016 à 22:19 +0900, Kouhei Sutou a écrit : > Clone rcairo and ruby-gnome2: > > % git clone https://github.com/rcairo/rcairo.git > % git clone https://github.com/ruby-gnome2/ruby-gnome2.git > % cd ruby-gnome2 Here is what I've done so far. 1) Clone the repositories git clone https://github.com/ruby-gnome2/ruby-gnome2.git git clone https://github.com/rcairo/rcairo.git git clone https://github.com/ruby-gnome2/pkg-config.git 2) Change GTK and cairo version I had to go back to 3.16, as 3.18 needs cairo 1.15. In ruby-gnome2/gdk3/Rakefile, change 3.20 to 3.16. In ruby-gnome2/gtksourceview3, change 3.20 to 3.16. In rcairo/Rakefile, change 1.15 to 1.14. Commit everything. 3) Setup the host for vagrant Download and install the latest version. Provided packages are too old. Install vagrant-proxyconf to speed up downloads. 4) Launch the compilation. At the moment, I'm stuck on a failing gtk-update-icon-cache. It calls the Linux binary, while it compiled the windows one. Regards Simon Arnaud |