jamulus/INSTALL

49 lines
1.5 KiB
Plaintext
Raw Normal View History

2006-01-28 12:29:22 +01:00
/******************************************************************************\
2010-01-03 14:40:46 +01:00
* Copyright (c) 2004-2010
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:
--------
2008-03-29 08:14:35 +01:00
Rquired software: QT4, Visual Studio 2005
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:
------
2008-03-29 08:14:35 +01:00
Required packages: QT4 (devel packages, too!), ALSA (devel packages, too!)
2006-01-28 12:29:22 +01:00
- cd llcon
- sh bootstrap
- ./configure
- make
- run llcon/linux/llcon
NOTES:
- if the file "bootstrap" is not available, skip this step