bakulf / bbox

...something like dropbox based on subversion.
http://bbox.nois3lab.it
Other
36 stars 4 forks source link

README.md #17

Closed robang74 closed 13 years ago

robang74 commented 13 years ago

= then, this command should be enough:

= (user)$ qmake = (user)$ make

= (root)# make install

robang74 commented 13 years ago

Linux (ubuntu/debian)

(root)# apt-get install libqt4-dev make g++ qt4-make

then, this command should be enough:

(user)$ qmake
(user)$ make
(root)# make install

or these if you like to create/install .deb package:

(user)$ qmake && dpkg-buildpackage
(root)# dpkg -i ../bbox_0.1_i386.deb