Novator / Pandora

P2P Social Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mac Instructions no longer work

crunchysteve opened this issue · comments

I've just tried following the Mac OS install instructions and several of the dependencies won't install. I suspect that, for just one example, GTK2 probably hasn't been ported to Apple Silicon ARM architecture.

Hi. You need to run this command successful:
gem install gtk2

As I remember Ruby 2.6 was the last version which supports Gtk2.
So, you should lower a version of Ruby if you want to install gtk2.
Alternative way is to use other OS, Linux or Windows (with non-last Ruby of course).

Actually, you need only two instruction for all OS:
gem install sqlite3
gem install gtk2

If they done fine you have a huge chance to launch Pandora.

Also I've never touch MacOS, all instructions which you see in README.TXT were received from other users or found by me in google.

Gtk2 is declared as "obsolete". It and its bindings are broken in lot of OS now. I not gonna transit to Gtk3, because Gtk3 is pared-down and unstable s**t. Also Pandora is abandoned project now, I have no resources and wishes to develop it. Thanks for attention anyway.