Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dev:slog_endgame [2009/05/01 11:20]
cannam
dev:slog_endgame [2021/04/02 02:08]
tedfelix [Working environment]
Line 9: Line 9:
 Here's how to check out, update, and test-build the Qt4 port.  Note that **this code is now in the Subversion trunk**, it is no longer a separate branch.  (The old, stable code is the separate branch now.) Here's how to check out, update, and test-build the Qt4 port.  Note that **this code is now in the Subversion trunk**, it is no longer a separate branch.  (The old, stable code is the separate branch now.)
  
-First you'll need the Qt4 and KDE4 headers.  On Ubuntu this one line seems to be enough:+First you'll need the Qt4 development headers.  On Ubuntu this one line seems to do the trick:
  
 <code> <code>
-  $ sudo apt-get install kdelibs5-dev+  $ sudo apt-get install libqt4-dev
 </code> </code>
- 
-Yes, that's a 5. 
  
 Then, Then,
Line 28: Line 26:
 </code> </code>
  
-If that fails catastrophicallyyou probably need to edit the Makefile to adjust it to your environment.  For the old KDE3 codebase we used a comprehensive CMake-based build system; this has never (yet) been converted to the new code, so we are testing a simpler autoconf configuration instead.  It should work, but it's not guaranteed.  If you find fixable problems, please report them to the -devel list.+You may well have to install more development packagesbut the configure script will probably tell you about those. Check the [[dev:Get Dependencies]] page for more suggestionsOn a clean Ubuntu installation the following was needed: 
 + 
 +<code> 
 +  $ sudo apt-get install subversion build-essential automake ladspa-sdk liblircclient-dev libjack-dev dssi-dev liblrdf-dev libfftw3-dev xutils-dev  
 +</code> 
 + 
 + 
 + 
 +For the old KDE3 codebase we used a comprehensive CMake-based build system; this has never (yet) been converted to the new code, so we are testing a simpler autoconf configuration instead.  It should work, but it's not guaranteed.  If you find fixable problems, please report them to the -devel list.
  
 There is no need to install anything, as it is all encapsulated in the one rosegarden binary. There is no need to install anything, as it is all encapsulated in the one rosegarden binary.
 
 
dev/slog_endgame.txt · Last modified: 2022/05/06 16:07 (external edit)
Recent changes RSS feed Creative Commons License Valid XHTML 1.0 Valid CSS Driven by DokuWiki