[r-backports] / build_jags.sh Repository:
ViewVC logotype

Annotation of /build_jags.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 83 - (view) (download) (as text)

1 : ranke 71 #!/bin/bash
2 :    
3 : ranke 74 # Script to facilitate building jags binaries for CRAN in a chroot
4 :     # Matching CRAN sources must be in /etc/apt/sources.list of the chroot
5 : ranke 71
6 :     apt-get update
7 : ranke 74 apt-get build-dep jags
8 : ranke 71 apt-get source jags
9 :    
10 :     cd jags-*
11 :    
12 : ranke 74 dpkg-buildpackage -B
13 : ranke 71
14 :     cd ..

Johannes Ranke
ViewVC Help
Powered by ViewVC 1.0.1