Changeset 99 in pacpussensors for trunk/build


Ignore:
Timestamp:
10/15/15 14:47:01 (9 years ago)
Author:
nguyenhu
Message:

compilation under linux with 0.2.X framework

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build/build_linux.sh

    r95 r99  
    77else
    88
     9        # the following line will create a folder like: build_opt_pacpus_0.2.0_
    910        BUILD_DIR=./build${PACPUS_ROOT////_}
    1011        echo Your files will be built in: $BUILD_DIR
     
    2526        cd $BUILD_DIR
    2627
    27         cmake ../..
     28        cmake ../.. -G "CodeBlocks - Unix Makefiles"
    2829
    2930        make -j$J
    30         make install
     31  make install
    3132
    3233fi
Note: See TracChangeset for help on using the changeset viewer.