Changes between Version 5 and Version 6 of InstallingFACT++


Ignore:
Timestamp:
08/05/18 15:39:14 (6 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingFACT++

    v5 v6  
    1 == Compiling FACT++ ==
     1== Checking out FACT++ ==
    22
    33First you need to get FACT++ from the svn-repository. The default command will checkout it into a sub-directory called "{{{directory}}}" at the current directory. It will be created if not existing. If the argument is omitted, the default directory is FACT++.
     
    88}}}
    99
    10 Now create a new sub-directory in your main source directory (here assuming the default name was used)
     10== Creating the build system ==
     11
     12Now create a new sub-directory '''build''' (or with your preferred name) in your main source directory (here assuming the default name was used)
    1113
    1214{{{
     
    4749In this case, it is the development package of the nova library (libnova-dev).
    4850
    49 Then call {{{make}}} or {{{make -jN}}} where '''N''' is the numbers of threads you want to utilize (check the number of CPU cores you can keep busy).
     51== Compiling FACT++ ==
     52
     53Then call
     54
     55{{{
     56[5] make -jN
     57}}}
     58
     59where '''N''' is the numbers of threads you want to utilize (check the number of CPU cores you can keep busy). Or you can omit the {{{-jN}}} in case you want to run on a single CPU.
    5060
    5161== Packaging FACT++ ==
     
    5464
    5565{{{
    56 [5] make package
     66[6] make package
    5767}}}
    5868
     
    6070
    6171{{{
    62 [6] dpkg -i fact++-YYWWDDHH.deb
     72[7] dpkg -i fact++-YYWWDDHH.deb
    6373}}}
    6474