home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Aplikacje_64-bitowe / Mixxx / mixxx-1.9.0-win64.exe / README < prev    next >
Text File  |  2010-12-02  |  4KB  |  124 lines

  1. Mixxx 1.9.0
  2.  
  3. * HOMEPAGE *************************************************
  4. http://www.mixxx.org
  5.  
  6.  
  7. * ABOUT ****************************************************
  8. Mixxx is open source software for DJ'ing. You can perform  
  9. live beatmixes with MP3s, OGGs, and other formats. Mixxx 
  10. also supports a number of DJ MIDI controllers.
  11. Mixxx works on Linux, Windows and MacOS X.
  12.  
  13. Mixxx is released under GPL v2. See LICENSE file in this 
  14. directory for a copy of the licence.
  15.  
  16. * NEWS *****************************************************
  17.  
  18. Check the Mixxx blog to find out what's new in this version:
  19. http://mixxxblog.blogspot.com
  20.  
  21. * UPGRADING ************************************************
  22.  
  23. We recommend deleting your old skins directory before
  24. installing a new version of Mixxx. SCONS may not properly
  25. overwrite your skins directory when you do a "scons install",
  26. and it might cause Mixxx to crash on launch.
  27. You can delete it by running:
  28.  
  29.    $ sudo rm -rf /usr/share/mixxx/skins
  30.    $ sudo rm -rf /usr/local/share/mixxx/skins
  31.  
  32.  
  33. * INSTALL **************************************************
  34. Mixxx has the following dependencies:
  35. - fftw3
  36. - libid3tag
  37. - libmad
  38. - libogg
  39. - libvorbis
  40. - libvorbisfile
  41. - libsndfile
  42. - taglib (New in 1.9!)
  43. - PortAudio-v19
  44. - portmidi
  45. - QT 4.5+
  46. - scons
  47.  
  48. NOTE: If you want JACK support in Mixxx, make sure you 
  49. compile PortAudio-v19 with JACK support first.
  50.  
  51. Mixxx's build system is now SCONS as of Mixxx 1.6.0. 
  52. To compile Mixxx using SCONS, go into the "mixxx"
  53. directory and run:
  54.  
  55.    $ scons
  56.   
  57. SCONS does both dependency checking and building, so it will
  58. tell you if you're missing any of the dependencies listed above.
  59. It's also possible to specify a prefix path and additional
  60. build flags, for example:
  61.  
  62.    $ scons prefix=/usr 
  63.    
  64. To install Mixxx after compilation, run:
  65.  
  66.    $ sudo scons prefix=/usr install
  67.  
  68. A full list of scons flags is available by running:
  69.  
  70.    $ scons --help
  71.  
  72. WARNING: We do not recommend building Mixxx with any
  73. flags other than the defaults if you are going to use Mixxx
  74. for live performance. Features that are disabled by default
  75. may not compile or may be unstable. Be forewarned. 
  76.  
  77. More detailed compiling instructions are available for your
  78. platform on our wiki:
  79.     http://www.mixxx.org/wiki/
  80.  
  81. * HERCULES DJ CONSOLE USERS ON LINUX ***********************
  82.  
  83. Please see: http://www.mixxx.org/wiki/doku.php/hercules
  84. You may need to install the official Hercules Linux drivers 
  85. from: http://www.hercules.com/
  86.  
  87. * REINSTALLING MIXXX ***************************************
  88.  
  89. Linux users may need to manually remove their Mixxx
  90. installation directory if they need to reinstall. (This does
  91. not apply when reinstalling from a DEB package.) Mixxx's
  92. share directory can be removed by running:
  93.  
  94.    $ sudo rm -rf /usr/local/share/mixxx/
  95.    
  96. or
  97.  
  98.    $ sudo rm -rf /usr/share/mixxx/
  99.  
  100. * USAGE ****************************************************
  101. Please see the manual, included in this directory, 
  102. Mixxx-Manual.pdf or at: 
  103.     
  104.     http://www.mixxx.org/manual
  105.  
  106. * CONTACT **************************************************
  107. To contact the lead developer, send an email to 
  108. adam_d@users.sourceforge.net or subscribe to 
  109. mixxx-devel@lists.sourceforge.net and send a message to the 
  110. list.
  111.  
  112. * QT *******************************************************
  113. On some platforms, Mixxx may come with a pre-built copy of 
  114. Qt. This code is licensed under the GPL and source for this
  115. library may be obtained from:
  116.  
  117.     http://trolltech.com/products/qt/downloads
  118.  
  119. * Microsoft Runtimes ***************************************
  120. On Microsoft platforms, Mixxx may come with runtime dlls
  121. copyright of Microsoft. These are distributed for the
  122. purpose of allowing Mixxx to run only as per the license
  123. agreement for Visual Studio 2005.
  124.