Subversion Repositories DIN Is Noise

Rev

Rev 1370 | Rev 1372 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

DIN Is Noise

Copyright (c) 2006-2020 Jagannathan Sampath <jag@dinisnoise.org>
Please visit https://dinisnoise.org for more information.

DIN Is Noise is released under GPL 2.0 license.
See the file COPYING for more information.

DIN Is Noise is Free Software.

I thank all the funders for making this release of DIN Is Noise 
as Free Software possible.

Please fund DIN Is Noise development at https://dinisnoise.org/fundin/

To build DIN Is Noise for 64-bit GNU/Linux,

First, you must install these libraries:

  a. OpenGL (-lGL)
  b. SDL (-lSDL)
  c. TCL (-ltcl8.6)
  d. Boost
  e. JACK (-ljack) 
  f. ALSA (-lasound)

To build for the first time type these commands in a shell,

a. autoreconf -fvi

b. ./configure CXXFLAGS="-O3 -D__UNIX_JACK__" CFLAGS=-O3 LIBS=-ljack

If you want ALSA support instead of JACK then:

b. ./configure CXXFLAGS="-O3 -D__LINUX_ALSA__" CFLAGS=-O3

c. make

d. sudo make install

e. !! ATTENTION !! 
   if you are using JACK, make sure JACK server is running before starting DIN.
   if you are using ALSA, make sure no other program is playing audio.

f. on a shell, type din and press enter.

If you have built DIN Is Noise before:

a. sudo make uninstall
b. rm -rf ~/.din

Now follow the steps for building DIN Is Noise for the first time.


***********************************************************************
* Please do not use this source code to build and distribute binaries *
* for Microsoft Windows or Apple Mac OS X as I sell licenses for      * 
* using those binaries at https://dinisnoise.org/buy to try and       * 
* support myself. Please consider funding my independent work on DIN  *
* Is Noise at https://dinisnoise.org/fundin                           *
***********************************************************************

Hope you enjoy DIN Is Noise.

If you can package DIN Is Noise for various GNU/Linux distributions or other
Unices, please e-mail me.

Jagannathan Sampath [jag@dinisnoise.org]
Chennai, India.