File: make.sh

package info (click to toggle)
gnome-pie 0.7.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,308 kB
  • sloc: xml: 533; sh: 109; makefile: 9
file content (11 lines) | stat: -rwxr-xr-x 189 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# get directory of script and cd to it
DIR="$( cd "$( dirname "$0" )" && pwd )"
cd $DIR

./resources/locale/compile-po.sh

mkdir build

cd build; cmake ..; make -j8 && ( cd .. )