Fix formatting.
[samba-gtk.git] / INSTALL
1 To build, you will need to have the following tools installed:
2
3  * GNU make
4  * A C99-compatible C compiler, preferably GCC
5  * the GTK+ 2.0 libraries, including development files
6  * Samba 4 libraries, including development files
7
8 Make sure to point pkg-config at the right path, for example if samba is installed in /usr/local/samba/:
9
10 $ export PKG_CONFIG_PATH=/usr/local/samba/lib/pkgconfig
11
12 To build, simply run make:
13
14 $ make
15
16 This will take care of running the configure script as well, if necessary.
17
18 To install, run "make install":
19
20 $ make install