public:user_software:lofar

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Last revisionBoth sides next revision
public:user_software:lofar [2017-04-21 06:07] – [Getting Started] Arno Schoenmakerspublic:user_software:lofar [2017-04-21 06:08] – [Getting Started] Arno Schoenmakers
Line 84: Line 84:
 $ make [-j n] [-k] $ make [-j n] [-k]
 </code> </code>
-Where the ''-j n'' option denotes parallel build using ''n'' cores of your system (much faster).+Where the ''-j n'' option denotes parallel build using ''n'' cores of your system (much faster). If you want the build to continue even when encountering errors in the build process, you can add the ''-k'' flag to the make command
  
-If you want the build to continue even when encountering errors in the build process, you can add the ''-k'' flag to the make command. For instance: +When you want the build products to be installed as well, add ''install'' to the make command:
- +
-If you want the build products to be installed as well, add ''install'' to the make command:+
 <code> <code>
 $ make install  $ make install 
  • Last modified: 2017-06-06 20:19
  • by Arno Schoenmakers