Skip to content
Advertisement

Ruby: graphical-user interface tk on linux ubuntu don’t work

I tried installing the tk GUI for Ubuntu ruby With the command:

JavaScript

But the command does not work. What can I do?

Advertisement

Answer

Hey I ran into this same thing recently while porting the Princeton Standard library to ruby tk standard_draw_tk

First make sure libaries are installed

JavaScript

Now you need to soft link the libaries

JavaScript

Now you can install the tk gem on linux

JavaScript

The original blog post where I found this information

Advertisement