# HG changeset patch # User Matti Hamalainen # Date 1503317648 -10800 # Node ID c07664f7d87b6765e0751530c766bf09c216bdb8 # Parent e53990e89a5284e950da4c7cb8064a924b214b05 Update compilation instructions. diff -r e53990e89a52 -r c07664f7d87b COMPILE.txt --- a/COMPILE.txt Mon Aug 21 15:14:01 2017 +0300 +++ b/COMPILE.txt Mon Aug 21 15:14:08 2017 +0300 @@ -2,14 +2,25 @@ $ hg clone https://tnsp.org/hg/dmlib -2) To build the demo and the datafile: +2) To build the demo datafile: + + $ make data - $ cd dmlib && cp config.mak.in config.mak && make + Above attempts to build the necessary tools for datafile + building, and if successful, builds the datafile. + NOTICE! You may need to edit dmlib/config.mak to disable + potentially unnecessary depencies .. YMMV. - Above builds the necessary tools for datafile building, - then you can build the demo and make a zip package: +3) Then you can build the demo: + + $ make - $ cd .. + Optionally you can try 'make mingw-win32' etc. refer + to Makefile for more options. + + The demo files will be under bin/ + +4) To build a zip package + $ make package -3) The demo files will be under bin/