Changeset 8 in pacpustutorials


Ignore:
Timestamp:
09/25/15 12:32:34 (9 years ago)
Author:
DHERBOMEZ Gérald
Message:

remove sudo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • template/project_template/build/build_linux.sh

    r1 r8  
    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
     
    2829
    2930        make -j$J
    30         sudo make install
     31  make install
    3132
    3233fi
Note: See TracChangeset for help on using the changeset viewer.