I have recently installed ubuntu on my laptop (wubi method) and I'm very pleased. All and all it does everything that I need, but recently I heard about corebird - a twitter client that looks spot on. I have been searching but I couldn't find how to install it on ubuntu 14.04. Can you help me doing so?
I have tried other twitter clients like hotot, turpial and birdie, but I don't like them that much.
Thanks in advance, cheers!
EDIT I have finally installed valac. However, there is another problem with gtk+-3.12.0. After typing ./configure, I get:
configure: error: Package requirements (glib-2.0 >= 2.39.5 atk >= 2.7.5 pango >= 1.32.4 cairo >= 1.12.0 cairo-gobject >= 1.12.0 gdk-pixbuf-2.0 >= 2.27.1) were not met:
No package 'pango' found No package 'cairo' found No package 'cairo-gobject' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.
Alternatively, you may set the environment variables BASE_DEPENDENCIES_CFLAGS and BASE_DEPENDENCIES_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
There's now a PPA that contains Corebird packages, available for Ubuntu 14.10 and Ubuntu 14.04.
Ubuntu 14.04 user also need Gnome3 and Gnome 3 Staging PPA for the dependencies:
via: http://ubuntuhandbook.org/index.php/2014/07/install-corebird-ubuntu-ppa/ PPA: https://launchpad.net/~ubuntuhandbook1/+archive/ubuntu/corebird
Download
corebird
from github: this is the project page, where you can find information about dependencies and installation instructions, and this is the link to source.Download sourcefile in Desktop, then type:
make sure you have all program needed: install with:
now,configure corebird with:
Probably there will be some unmet dependencies, you will need to install via
sudo apt-get install
. Type:If the version of gtk is not correct, you will need to install the latest libraries by downloading this package. Download in Desktop, then type:
Check also valac version, typing:
if version in minor than 0.24.0, then you have to install also vala 0.24: so download source from here (this is then link to file) download source in Desktop, then type:
if everything is ok, you will now be able to install codebird. When all dependencies will be installed rerun the
autogen
command, and if the configuration is successful, type:You can now use the newly installed corebird.