File: bootstrap.win32

package info (click to toggle)
granule 1.4.0-7-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 5,236 kB
  • ctags: 2,144
  • sloc: cpp: 16,030; makefile: 353
file content (22 lines) | stat: -rwxr-xr-x 565 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# bootstrap

#XGETTEXT_KEYWORDS='--keyword=_ --keyword=N_ --keyword=translate --qt'

rm -f  intltool-extract.in intltool-merge.in intltool-update.in
rm -f  po/Makefile.in.in
rm -f  config.guess config.sub depcomp install-sh missing
rm -rf autom4te.cache


glib-gettextize --copy || exit 1
intltoolize --automake --force || exit 1

libtoolize --force --copy
aclocal $ACLOCAL_FLAGS || exit 1
autoheader
touch stamp-h
automake --add-missing --gnu --copy
autoconf
configure --prefix=/home/vlg/Granule/opt --enable-mingw32=yes

echo "Now type 'make' to compile Granule"