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
Next revision Both sides next revision
dev:contributing [2015/05/30 22:11]
tedfelix [4. Create patch (against svn and source root)]
dev:contributing [2018/02/08 14:08]
tedfelix [2. Prepare the build environment]
Line 42: Line 42:
 | makedepend      | 1.0.1        | xutils-dev         | imake                           | | makedepend      | 1.0.1        | xutils-dev         | imake                           |
 | pkg-config      | 0.22         | pkg-config         | pkgconfig                       | | pkg-config      | 0.22         | pkg-config         | pkgconfig                       |
-qt              | 4.4.       | libqt4-dev         | qt-devel                        |+qt4 (or qt5)    | 4.8.       | libqt4-dev         | qt-devel                        
 +| qt5 (or qt4)    | 5.1.0        | qtbase5-dev, qttools5-dev | qt5-qtbase-devel?        |
 | alsa            | 1.0          | libasound2-dev     | alsa-lib-devel                  | | alsa            | 1.0          | libasound2-dev     | alsa-lib-devel                  |
 | jack            | 0.109        | libjack-dev        | jack-audio-connection-kit-devel | | jack            | 0.109        | libjack-dev        | jack-audio-connection-kit-devel |
Line 64: Line 65:
 ====2. Compile source (be prepared to install missing dependencies in first compile)==== ====2. Compile source (be prepared to install missing dependencies in first compile)====
  
-$ sh ./bootstrap.sh +  $ sh ./bootstrap.sh 
- +  $ ./configure [options]
-$ ./configure ''[options]''+
  
 Useful things to specify for ''[options]'' include: Useful things to specify for ''[options]'' include:
Line 73: Line 73:
   * --enable-debug   * --enable-debug
  
-$ make +  $ make 
- +  $ sudo make install
-$ sudo make install+
  
 //NOTE: Rosegarden only installs a few files, and these will not overwrite or conflict with any version you may have installed from a distro package of Rosegarden "Classic"// //NOTE: Rosegarden only installs a few files, and these will not overwrite or conflict with any version you may have installed from a distro package of Rosegarden "Classic"//
Line 86: Line 85:
 Edit files, paying attention to [[coding_style|coding style]]...  If you made no changes to anything in data/ then you can simply: Edit files, paying attention to [[coding_style|coding style]]...  If you made no changes to anything in data/ then you can simply:
  
-$ make && ./rosegarden+  $ make && ./rosegarden
  
 If you did make changes to data, you should If you did make changes to data, you should
  
-$ make qrc && make && ./rosegarden+  $ make qrc && make && ./rosegarden
  
 //If you added any new icons, for example, they won't be picked up and added to the resource bundle until you svn add them to your local copy.  Even though you're submitting a patch, you must still do this.  Hopefully new files will get picked up and incorporated into the patch, although I don't think there's a precedent for this, and I'm not sure if it would work.  If this becomes a problem, get in touch with us, and we'll work something out.// //If you added any new icons, for example, they won't be picked up and added to the resource bundle until you svn add them to your local copy.  Even though you're submitting a patch, you must still do this.  Hopefully new files will get picked up and incorporated into the patch, although I don't think there's a precedent for this, and I'm not sure if it would work.  If this becomes a problem, get in touch with us, and we'll work something out.//
Line 98: Line 97:
 cd to the Rosegarden source root directory, then: cd to the Rosegarden source root directory, then:
  
-    $ svn update +  $ svn update 
-    $ svn diff >patch-user-[YEAR][MONTH][DAY]+  $ svn diff >patch-user-[YEAR][MONTH][DAY]
  
 //For example// ''patch-egonzales-20090523'' //for a patch from Eduardo Gonzáles on the 23rd of May 2009.// //For example// ''patch-egonzales-20090523'' //for a patch from Eduardo Gonzáles on the 23rd of May 2009.//
 
 
dev/contributing.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