2006-01-28 12:29:22 +01:00
|
|
|
/******************************************************************************\
|
2011-02-22 19:56:52 +01:00
|
|
|
* Copyright (c) 2004-2011
|
2006-01-28 12:29:22 +01:00
|
|
|
*
|
|
|
|
* Author(s):
|
|
|
|
* Volker Fischer
|
|
|
|
*
|
|
|
|
******************************************************************************
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify it under
|
|
|
|
* the terms of the GNU General Public License as published by the Free Software
|
2008-03-29 08:14:35 +01:00
|
|
|
* Foundation; either version 2 of the License, or (at your option) any later
|
2006-01-28 12:29:22 +01:00
|
|
|
* version.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
|
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
2008-03-29 08:14:35 +01:00
|
|
|
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
2006-01-28 12:29:22 +01:00
|
|
|
* details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License along with
|
2008-03-29 08:14:35 +01:00
|
|
|
* this program; if not, write to the Free Software Foundation, Inc.,
|
2006-01-28 12:29:22 +01:00
|
|
|
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
*
|
|
|
|
\******************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
Windows:
|
|
|
|
--------
|
|
|
|
|
2010-01-31 21:08:13 +01:00
|
|
|
Rquired software: QT4, Visual Studio 2005, ASIO development files
|
2006-01-28 12:29:22 +01:00
|
|
|
|
2010-01-31 21:08:13 +01:00
|
|
|
- copy ASIO development files in llcon/windows directory so that, e.g., the
|
|
|
|
directory llcon\windows\ASIOSDK2\common exists
|
2006-01-28 12:29:22 +01:00
|
|
|
- run llcon/windows/MocQT.bat
|
2008-03-29 08:14:35 +01:00
|
|
|
- open llcon.sln in your Visual Studio environment and compile
|
2006-01-28 12:29:22 +01:00
|
|
|
- run llcon/windows/Release/llcon.exe
|
|
|
|
|
|
|
|
|
|
|
|
Linux:
|
|
|
|
------
|
|
|
|
|
2010-01-31 21:08:13 +01:00
|
|
|
Required packages: QT4 (devel packages, too!), Jack (devel packages, too!)
|
2006-01-28 12:29:22 +01:00
|
|
|
|
|
|
|
- cd llcon
|
2011-03-22 21:44:22 +01:00
|
|
|
- qmake llcon.pro
|
2006-01-28 12:29:22 +01:00
|
|
|
- make
|
2011-03-22 21:44:22 +01:00
|
|
|
- run ./llcon
|
2011-03-22 20:07:10 +01:00
|
|
|
|
|
|
|
|
|
|
|
Mac:
|
|
|
|
----
|
|
|
|
|
2011-03-22 21:44:22 +01:00
|
|
|
- cd llcon
|
|
|
|
- qmake -spec /usr/local/Qt4.6/mkspecs/macx-g++ -macx -o Makefile llcon.pro
|
|
|
|
- make
|
|
|
|
- run ./llcon
|
|
|
|
|
|
|
|
NOTE: You may have to adjust the Qt4.x path to your Qt version
|