forked from agronick/Relay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
32 lines (27 loc) · 983 Bytes
/
INSTALL
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
--------------------------------------------------------------------------------
DEPENDENCIES
--------------------------------------------------------------------------------
To compile you will need the following dependencies:
(These are listed as Ubuntu packages. You may need to adjust for your distribution.)
automake
libglib2.0-dev
libx11-dev
valac-0.26
libgranite-dev
libsqlite3-dev
libgee-0.8-dev
libc6-dev
libgtk-3-dev
libtool-bin
(sudo apt-get install libtool-bin libgtk-3-dev libc6-dev libgee-0.8-dev libsqlite3-dev libgranite-dev valac-0.26 libx11-dev libglib2.0-dev automake)
(Other versions of valac may work. But newer versions seems to have a bug that prevents compiling)
--------------------------------------------------------------------------------
BUILDING AND INSTALLING
--------------------------------------------------------------------------------
mkdir build
cd build
../autogen.sh
make
sudo make install
You can test the program by running
src/relay