How to compile in linux.

→ You need to uninstall mixxx if it's already installed.

1. Download mixxx.

 You need to install bazaar first.
 
 On ubuntu: sudo apt-get install bzr
 
 [[http://wiki.bazaar.canonical.com/Download]]
 
 

→ Download mixxx development branch using bazaar:

2. Install mixxx dependencies

3. Compile mixxx and install.

  \->Go to the directory where you downloaded mixxx.
 \->Change to the directory /mixxx/mixxx.
  Compile with scons:
   
       sudo scons prefix=/usr install
  
  You can also optimize for a particular CPU if you are using GCC 4.2 and above:
  
       sudo scons preix=/usr install **optimize=#**
  
  "#" depends on your CPU. You can optimize with the following:
  
  1:  single-core (P-III and below)
  2:  P4
  3:  Intel Core
  4:  Core 2
  5:  Athlon-4/XP/MP
  6: K8/Opteron/AMD64
  7:  K8/Opteron/AMD64 w/ SSE3
      

Here are step by step instructions for ubuntu studio.

Compile in ubuntu studio, karmic koala

how_to_download_and_compile_development_version.txt · Last modified: 2010/02/05 20:18 by mezquitale
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki