|
ScreenieGit
Getting Screenie through git
The source code is in a git repository and the main repository is currently hosted on github.com CheckoutTo checkout a copy of the source execute the following command git clone git://github.com/ariya/screenie.git BrowseTo browse the source code go to: http://github.com/ariya/screenie Information about GitMore information about git include tutorials and GUI tools can be found at http://git.or.cz/ BuildingScreenie requires Qt version 4.4 or newer. Get Qt from http://www.trolltech.com/ : Official Install Instructions and Download Page. On Linux check with your distribution for packages. Simple steps to build Screenie: git clone git://github.com/ariya/screenie.git cd screenie qmake make |