Changeset 349 in pacpusframework for trunk/scripts


Ignore:
Timestamp:
09/23/15 21:35:59 (9 years ago)
Author:
DHERBOMEZ Gérald
Message:

build of the trunk (release 0.2.x) under Linux Mint 17.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/build-linux.sh

    r348 r349  
    3535        -DPACPUS_USE_LOG=TRUE -DCMAKE_BUILD_TYPE=Release \
    3636        -DPACPUS_INSTALL_WITH_VERSION_NUMBER=TRUE
    37     make
     37    make -j4
    3838    sudo make install
    3939    cmake .. -DPACPUS_INSTALL_DIR=$1 -DPACPUS_INSTALL_3RD=TRUE \
    4040        -DPACPUS_USE_LOG=TRUE -DCMAKE_BUILD_TYPE=Debug
    4141        -DPACPUS_INSTALL_WITH_VERSION_NUMBER=TRUE \
    42     make
     42    make -j4
    4343    sudo make install
    4444    echo "Build finished"
Note: See TracChangeset for help on using the changeset viewer.