Posts mit dem Label compile werden angezeigt. Alle Posts anzeigen
Posts mit dem Label compile werden angezeigt. Alle Posts anzeigen

Montag, 2. Januar 2012

Building latest Chromium on Slackware

Nice Slackbuild on Github, frequently updated:
https://github.com/yucatan/chromium

Edit: Don't forget to replace make with make -j2 in file chromium.SlackBuild on a dualcore system to use both cores. :)

Sonntag, 2. Oktober 2011

Measuring compile time to check overclocking of cpu

Step 1:
Use standard cpu clock and a source of medium size:
    time -p ./configure && make
and note down time next to 'real'.

Step2:
Remove sources, extract again, overclock cpu and run

    time -p ./configure && make
again. Compare the value next to 'real' with the noted down value.