repo.or.cz
/
candl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update osl submodule to use the dependence extension
[candl.git]
/
redo.sh
blob
0293c248ca2dc2059a0afa5e22bc194e9ad307c3
1
#!/bin/sh
2
make
maintainer-clean
3
#./get_submodules.sh
4
.
/
autogen.sh
5
.
/
configure
--prefix
=
$HOME
/
usr \
6
--with-osl
=
system \
7
--with-osl-prefix
=
$HOME
/
usr \
8
--with-gmp
=
$HOME
/
usr \
9
--with-gmp-library
=
$HOME
/
usr \
10
--with-gmp-include
=
$HOME
/
usr \
11
--with-piplib
=
system \
12
--with-piplib-prefix
=
$HOME
/
usr
13
14
make