Step 1 Unpack the software distribution using gunzip and tar

gunzip msql-2.0-rel.tar.gz

tar –xvf msql-2.0-rel.tar

 

Or

gzcat msql-2.0-rel.tar.gz | tar –xvf –

Step 2 Create a target directory for your hardware platform

cd msql-2.0-rel

make target

 

Step 3 Configure the compilation process

cd targets/YourTargetDirectory

./setup

 

Step 4 Check the default values of INST_DIR and CC in the site.mm file

 

Step 5 Compile the software

make all

 

Step 6 Install the software

make install

Step 7 Configure the software by editing the msql.conf file in the installation directory

 

 

Step 8Last

wearetogether

look at us <-- should be separated with a single space

  look  at  us <-- should be separated with 2 spaces

   look   at   us <-- should be separated with 3 spaces