Subversion Repositories DIN Is Noise

Rev

Rev 1876 | Rev 2098 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1876 Rev 2082
Line 1... Line 1...
1
DIN Is Noise
1
DIN Is Noise
2
2
3
Copyright (c) 2006-2022 Jagannathan Sampath <jag@dinisnoise.org>
3
Copyright (c) 2006-2023 Jagannathan Sampath <jag@dinisnoise.org>
4
Please visit https://dinisnoise.org for more information.
4
Please visit https://dinisnoise.org for more information.
5
5
6
DIN Is Noise is released under GPL 2.0 license.
6
DIN Is Noise is released under GPL 2.0 license.
7
See the file COPYING for more information.
7
See the file COPYING for more information.
8
8
9
DIN Is Noise is Free Software. 
9
DIN Is Noise is Free Software. 
-
 
10
-
 
11
---
-
 
12
10
To keep DIN Is Noise as Free Software, please fund the development at:
13
To keep DIN Is Noise as Free Software, please fund the development at:
11
14
12
https://dinisnoise.org/fundin/
15
https://dinisnoise.org/fundin/
13
16
14
In this regard, I would like to thank Mr Bernt M. Winness from Norway for 
-
 
15
his Christmas 2020 gift of USD 500 that helped me develop DIN Is Noise 50.
-
 
-
 
17
---
16
18
17
To build DIN Is Noise for 64-bit GNU/Linux,
19
To build DIN Is Noise for 64-bit GNU/Linux,
18
20
19
First, you must install these libraries:
21
First, you must install these libraries:
20
22
21
	a. OpenGL (-lGL)
23
	a. OpenGL (-lGL)
22
	b. SDL (-lSDL)
24
	b. SDL (-lSDL)
23
	c. TCL (-ltcl8.6)
25
	c. TCL (-ltcl8.6)
24
	d. Boost
-
 
25
	e. ALSA (-lasound)
26
	d. ALSA (-lasound)
26
	OR
27
	OR
27
	e. JACK (-ljack) 
28
	d. JACK (-ljack) 
28
29
29
To build for the first time type these commands in a shell,
30
To build for the first time type these commands in a shell,
30
31
31
a. autoreconf -fvi
32
a. autoreconf -fvi
32
33