*Linux desktop installation*
(this also works for MeeGo netbook)

clone repo:
git clone http://git.gitorious.org/tweedsuit/tweedsuit.git tweedsuit
go to the linuxdesktopbuild directory
launch ./genmakefile.sh
then
make
sudo make install

you need qmake for this to work. package libqt-dev or something similar is needed.

*N900 Installation*
the binary provided is an N900 arm build, it's a temporary solution for rapid upgrading and 
testing on N900.

to install on N900 do the following:
enable extras devel (if you don't have git installed)
in xterm do:
root
apt-get install git-core 
cd /opt
git clone http://git.gitorious.org/tweedsuit/tweedsuit.git tweedsuit
cd tweedsuit
cp maemo/tweedsuit.sh /usr/bin/
cp maemo/net.mece.tweedsuit.service /usr/share/dbus-1/services/
cp maemo/tweedsuit.desktop /usr/share/applications/hildon/
cp extra/tweedsuit-icon.png /usr/share/icons/hicolor/scalable/apps/
touch /usr/share/icons
exit

after that you can launch tweedsuit.sh from xterm, or launch from app launcher.
if you have problems, launching from xterm may suggest what causes the problem.

try installing the packages
libqt4-bearer-hotfix
libdeclarative-webkit

if you encounter problems.
