File: configure

package info (click to toggle)
simgrid 3.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 31,788 kB
  • sloc: ansic: 87,507; xml: 65,468; cpp: 2,216; perl: 1,805; sh: 300; makefile: 272; lex: 231; awk: 28
file content (5 lines) | stat: -rwxr-xr-x 177 bytes parent folder | download
1
2
3
4
5
#! /bin/bash

echo "THIS COMMAND IS NOT AVAILABLE!"
echo "Since v3.4 we use cmake. Now use:"
echo -e "\tcmake -DCMAKE_INSTALL_PREFIX=<where_you_want> .\n\tmake\n\tmake install"