also something that might help speed up the compilation process. when using make add the -j switch and specify how many cores you want to allocate to the compilation process.
for example: make -j4 <-- that means it will use 4 cores to compile the source code. On 24/09/2012 13:06, David Gerard wrote: > On 24 September 2012 12:01, Jonathan Aquilina <[email protected]> wrote: > >> Not really. the sad thing about the ppa's you build on the hardware run by >> canonical the people that run the ubuntu project. If the ppa maintainer >> wants to create another package for you on his local system you would need >> to contact him. and if you do that make sure you run apt-get build-dep to >> install any dependencies which will be needed by lmms. as a last resort You >> can compile it from source. so you have quite a number of methods to get the >> latest version of lmms. > > Yeah, that's what I thought. I have built lmms from source before, and > I have a new laptop that, unlike the ancient Mini 9 it replaces, (a) > has enough CPU to actually do synthesis and effects in real time (b) > enough disk to do compiles from source. So I'll do that :-) > > > - d. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ LMMS-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lmms-devel
