annotate COMPILE.txt @ 37:dc514b8d8cdd default tip

s/EXEEXT/BINEXT/g
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Dec 2019 18:22:11 +0200
parents c07664f7d87b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
29
b34c3eec7190 Add compilation instructions.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 1) You need TNSP dmlib engine in dmlib subdirectory
b34c3eec7190 Add compilation instructions.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2
b34c3eec7190 Add compilation instructions.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 $ hg clone https://tnsp.org/hg/dmlib
b34c3eec7190 Add compilation instructions.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4
31
c07664f7d87b Update compilation instructions.
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
5 2) To build the demo datafile:
c07664f7d87b Update compilation instructions.
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
6
c07664f7d87b Update compilation instructions.
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
7 $ make data
29
b34c3eec7190 Add compilation instructions.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8
31
c07664f7d87b Update compilation instructions.
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
9 Above attempts to build the necessary tools for datafile
c07664f7d87b Update compilation instructions.
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
10 building, and if successful, builds the datafile.
c07664f7d87b Update compilation instructions.
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
11 NOTICE! You may need to edit dmlib/config.mak to disable
c07664f7d87b Update compilation instructions.
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
12 potentially unnecessary depencies .. YMMV.
29
b34c3eec7190 Add compilation instructions.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13
31
c07664f7d87b Update compilation instructions.
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
14 3) Then you can build the demo:
c07664f7d87b Update compilation instructions.
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
15
c07664f7d87b Update compilation instructions.
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
16 $ make
29
b34c3eec7190 Add compilation instructions.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17
31
c07664f7d87b Update compilation instructions.
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
18 Optionally you can try 'make mingw-win32' etc. refer
c07664f7d87b Update compilation instructions.
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
19 to Makefile for more options.
c07664f7d87b Update compilation instructions.
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
20
c07664f7d87b Update compilation instructions.
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
21 The demo files will be under bin/
c07664f7d87b Update compilation instructions.
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
22
c07664f7d87b Update compilation instructions.
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
23 4) To build a zip package
c07664f7d87b Update compilation instructions.
Matti Hamalainen <ccr@tnsp.org>
parents: 29
diff changeset
24
29
b34c3eec7190 Add compilation instructions.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
25 $ make package
b34c3eec7190 Add compilation instructions.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
26