# along with this file; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-CFGFLAGS ?= --enable-developer-mode --enable-gtk-doc
+CFGFLAGS ?= --enable-gtk-doc
INDENT_SOURCES = `find . -name \*.c|grep -v -e ^./lgl -e ^./gl -e ^./src/cfg -e -gaa.c -e asn1_tab.c`
1. Download the git tree
$ git clone git://git.savannah.gnu.org/gnutls.git
-
$ cd gnutls
2. Create configure script
$ autoreconf -i -f
3. Compile the sources
-$ ./configure --enable-developer-mode
+$ ./configure
$ make
-4. If you intend to change any code in gnutls, check the file
- doc/README.CODING_STYLE.
+4. If you intend to change any code, check the file doc/README.CODING_STYLE.