Opened 14 years ago
Closed 14 years ago
#2642 closed patch (wontfix)
Error in mythtv-HOWTO-5 section 5.4 for single CPU machines.
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | 0.20 |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Was trying to build on a AMD64, needed the Makefiles in the lower subdir to pickup the "/usr/lib64/qt-3.3" rather then the default "/usr/lib/qt-3.3" path. Need the "make qmake".
On a single CPU machine, you would type the following to compile MythTV: $ qmake mythtv.pro $ make qmake <<------------------ add $ make If you want to build MythTV on a multi-CPU machine (or with distcc), specify "-j numjobs". In the following example, we will have two concurrent jobs executing. Do not set the number of jobs too high, or your compile will actually take longer to complete than it would if you did a "normal" build. $ qmake mythtv.pro $ make qmake $ make -j 2
Note: See
TracTickets for help on using
tickets.
"qmake mythtv.pro" does the same thing as "make qmake", except it must be run after "qmake mythtv.pro".
A single processor machine should also use "make -j2", except in the very rare case where you have less that 64 MB of RAM.
For your AMD64 compile problem you should ask about "/etc/ld.so.conf" in the user list.