User Tools

Site Tools


lo:build

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
lo:build [2010/10/16 13:37] fgmlo:build [2020/11/23 17:23] (current) – external edit 127.0.0.1
Line 4: Line 4:
  
 ===== Notes for Ubuntu Lucid Lynx ===== ===== Notes for Ubuntu Lucid Lynx =====
 +==== Step 2, before make in loroot ====
  
   * ''build/'' and ''rawbuild/'' missing after ''./download'':   * ''build/'' and ''rawbuild/'' missing after ''./download'':
     * If you only followed the instructions on the wiki page, the ''build/'' and ''rawbuild/'' directories are not there     * If you only followed the instructions on the wiki page, the ''build/'' and ''rawbuild/'' directories are not there
-    * as suggested at the end of the ''./download'' step, you should run make in the loroot directory +    * <del>as suggested at the end of the ''./download'' step, you should run make in the loroot directory</del>: this step has now been added to the instructions 
-  * "''Package requirements (gnome-vfs-2.0 >= 2.6.0 ) were not met: No package 'gnome-vfs-2.0' found''" during make in loroot +  
-    * the package to add is ''libgnomevfs2-dev'' + 
-  * "Qt headers not found" during make in loroot +==== Step 2, during ''make'' in loroot ==== 
-    * the packages to add are (the first addds most of the rest as dependencies, but not all)+ 
 +  * ''Package requirements (gnome-vfs-2.0 >= 2.6.0 ) were not met: No package 'gnome-vfs-2.0' found'': 
 +    * install ''libgnomevfs2-dev''. 
 +  * ''Qt headers not found'': 
 +    * the packages to install are (the first addds most of the rest as dependencies, but not all):
       * ''libqt3-mt-dev''        * ''libqt3-mt-dev'' 
       * ''libqt3-headers''        * ''libqt3-headers'' 
Line 17: Line 22:
       * ''qt3-dev-tools''        * ''qt3-dev-tools'' 
       * ''qt3-apps-dev''       * ''qt3-apps-dev''
-  * "''KDE headers not found''" during make in loroot+  * ''KDE headers not found'': 
-    * the package to add is ''kdelibs-dev'' +    * install ''kdelibs-dev'' 
- +  * ''cannot find JUnit 4 jar'': 
 +    * install ''junit4'' (not ''junit''
 +    * 
 + 
 +==== Step 3, ''make'' in rawbuild ==== 
 + 
 +  * This initial build is really long: on a Q6600 with 4 GB RAM, it took almost five hours. YMMV, but that first build will certainly take several hours and will at times eat all resources on your machine, to the point of making applications look stuck. On IRC, mmeeks confirms this is a reasonable duration to expect. 
 +  * Later builds are much faster, thanks to the incremental recompiling allowed by the make-based build process. On the same machine,  
 +    * building a later dev version of LibreOffice m10 after building the previous one only took about 45 minutes. 
 +    * rebuilding the same version of m10 takes about 12 minutes, just to walk the dependencies, make sure nothing changed, and still repackage the same results (WTF ?)
lo/build.1287236250.txt.gz · Last modified: 2020/11/23 17:23 (external edit)