build_all.sh 94 B

123456
  1. #!/bin/bash
  2. mkdir build
  3. cd build
  4. cmake -DCMAKE_INSTALL_PREFIX=../install ..
  5. make
  6. make install