Starting to add support for system and user data directories.
[jben2_gui.git] / INSTALL_autoconf.txt
blobeeea1ba55836cd0b43c68c7e2db23c1584a37fd3
1 J-Ben uses autoconf and automake for building the bundled "kpengine"\r
2 application.  This document is intended for those who are not familiar\r
3 with using the autotools directly.\r
4 \r
5 If the bundled application does not contain a "configure" script (for\r
6 example, if pulled directly from git), the following should create the\r
7 needed files:\r
8 \r
9     autoreconf -i\r
11 Afterwards: "./configure && make" as usual.\r
14 Tested on Windows with:\r
16 - autoconf 2.67\r
17 - automake 1.11.1\r