Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleExtProds
#Source ACS Bash Profile
source ACS/LGPL/acsBUILD/config/.acs/.bash_profile.acs


#Go to External Products directory
cd ACS/ExtProd/INSTALL


#Compile External Products
make all

...

Code Block
languagebash
titleExtProds
#Source ACS Bash Profile
source ACS/LGPL/acsBUILD/config/.acs/.bash_profile.acs


#Go to ACS directory
cd ACS


#Build ACS
make build

You should expect all modules to build correctly.

...