Changeset 4299
- Timestamp:
- Oct 19, 2022, 4:34:19 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install/install_lmdz.sh
r4286 r4299 562 562 fi 563 563 564 for logiciel in wget tar gzip make $compiler gcc cmake ; do564 for logiciel in wget tar gzip make $compiler gcc cmake m4; do 565 565 if [ "`which $logiciel`" = "" ] ; then 566 566 echo You must first install $logiciel on your system
Note: See TracChangeset
for help on using the changeset viewer.