Hi, As I discussed in the last Ilugc meet, I have finished this twitter app. Here is the source,
https://github.com/mohan43u/gtweet I didn't create any package though, you have to compile it from source, it needs some libraries to be installed in your system. Here is pkg-config dependencies gio-unix-2.0.pc gobject-2.0.pc gtk+-3.0.pc gdk-3.0.pc oauth.pc gobject-introspection-1.0.pc libsoup-2.4.pc If you see above files in your /usr/lib/pkgconfig directory, then you are good to compile, else, compilation will fail. you have to install corresponding packages which will install this files (means, you may have to install *-dev|*-devel packages) An introduction document is available here, https://github.com/mohan43u/gtweet/blob/master/doc/README.pdf I hope it will be useful for you. Thanks, Mohan R _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
