Commit 88681763 authored by Robert Schmidt's avatar Robert Schmidt

Make cmake_targets/log directory in install_asn1c_from_source

To allow users to install asn1c quickly in install, make this directory
to allow standalone execution of install_asn1c_from_source.

The instructions are now:
sudo ls  # open sudo session, required by install_asn1c_from_source
. oaienv # read of default variables
. cmake_targets/tools/build_helper # read in functions
install_asn1c_from_source # install
parent cb2c8731
......@@ -674,6 +674,7 @@ check_install_oai_software() {
}
install_asn1c_from_source(){
mkdir -p $OPENAIR_DIR/cmake_targets/log
asn1_install_log=$OPENAIR_DIR/cmake_targets/log/asn1c_install_log.txt
echo_info "\nInstalling ASN1. The log file for ASN1 installation is here: $asn1_install_log "
(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment