File: configure

package info (click to toggle)
xiphos 3.2.2%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 15,740 kB
  • ctags: 5,220
  • sloc: ansic: 28,393; cpp: 17,549; python: 12,746; xml: 3,107; perl: 64; sh: 36; makefile: 35
file content (18 lines) | stat: -rwxr-xr-x 559 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh
cat - <<\EOF
----------------------------------------------------------------
"configure" is no longer used in building Xiphos.

please run "./waf --help" to understand current build habits.
for recent (i.e. gnome3) linux and unix, we recommend
    ./waf configure --prefix=/usr --debug-level=optimized --enable-webkit-editor
for distribution-ready builds.
then
    ./waf build
and
    sudo ./waf install

note that the --backend option is gone -- only webkit is used now.
----------------------------------------------------------------
EOF
exit 1