-
Notifications
You must be signed in to change notification settings - Fork 13
/
README
58 lines (38 loc) · 1.16 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
About
-----
Meshwork allows you to create a private virtual network of friends that you
can use to chat, share files, and more without worrying about compromising
your privacy.
Meshwork was created by Eric Butler.
Meshwork is currently an abandoned project. Some things work, some things don't.
If you're interested in the project, please contact me ([email protected]).
I'd be happy to chat about it.
Build Dependencies
------------------
- Automake 1.9
- gmcs
- avahi-sharp
- dbus-sharp
- Mono.Cairo
- glib-gettextize
- GTK# 2.x
Ubuntu users can install everything in one command...
Ubuntu 11.04 Natty:
sudo apt-get install automake1.9 mono-gmcs libavahi1.0-cil \
libdbus1.0-cil libmono-cairo2.0-cil libglib2.0-dev gtk-sharp2 \
intltool libgdiplus mono-1.0-devel
Instructions
------------
First install all build dependencies as explained above.
If you are building from a git repository:
./autogen.sh
Otherwise if you are building from a release tarball:
./configure
Next run:
make
sudo make install
Then just type 'meshwork' to start it.
If you would rather not install Meshwork, you can run it out
of the source tree:
make run
Have fun.