Skip to content

VojtechVitek/spaint

 
 

Repository files navigation

Shared Paint
============
 
Simple graphic editor with an ability of cooperation among users in real time.
 
Project for ITU course (User Interface Programming)
Brno University of Technology
Faculty of Information Technology
October-December 2009
 
---
Marek Vavrusa <marek -at- vavrusa.com>
Marek Vantuch <xvantu00 -at- stud.fit.vutbr.cz>
Vojtech Vitek (V-Teq) <vojtech.vitek -at- gmail.com>
 
Prerequisites
-------------
G++ (GCC)
CMake >= 2.6
Qt >= 4.6.0-beta

Howto INSTALL
------------- 
mkdir build && cd build # create build dir
cmake ..                # create Makefile
make                    # compile project
sudo make install       # install project

How to UNINSTALL
----------------
cd build               # enter build dir
sudo cmake uninstall   # uninstall project

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published