FET Forum

FET Development => Report Test Results => Topic started by: CaliforniaMark on July 23, 2017, 07:36:18 AM

Title: Time to "make" 5.32.0
Post by: CaliforniaMark on July 23, 2017, 07:36:18 AM
20 minutes on an iMac with 3.4 GHz Core i7 processor and 16GB of main storage, with Sierra 10.12.6 and Qt 5.9.1 installed.

Note: There was no need for "make install", perhaps because I moved the initial unzipped folder to /Applications before starting the compilation process.

Mark
Title: Re: Time to "make" 5.32.0
Post by: Volker Dirr on July 23, 2017, 08:01:22 AM
"make install" copies the files to the "correct" folder. if you don't do that, you alreays need to select the correct folder yourself. "make install" doesn't delete a compressed file.
You can speed up compiling by compiling on several threads/cpus by using "make -j4" (if you want to use 4 threads)