X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=branch%2Fmultisys%2Finst%2Fdoc%2FREADME;fp=branch%2Fmultisys%2Finst%2Fdoc%2FREADME;h=927ad38917ec1f444d9956da78c34303e3dd3654;hb=498762e48d0f10a759c6994c4fafa27dd0963f05;hp=b521da06717445f7db29cfbda2c6f64757850efa;hpb=0928b1636bb5383a901e9b96e1a0f0dec586baeb;p=cran2deb.git diff --git a/branch/multisys/inst/doc/README b/branch/multisys/inst/doc/README index b521da0..927ad38 100644 --- a/branch/multisys/inst/doc/README +++ b/branch/multisys/inst/doc/README @@ -13,12 +13,14 @@ To configure: 1. You need a web server serving from say, /var/www/cran2deb/ Let ROOT be the value returned by running: cran2deb root +Let SYS be the system you wish to build for (e.g., debian-amd64) 2. create /etc/cran2deb - a. copy ROOT/etc/* into /etc/cran2deb + a. copy ROOT/etc/* into /etc/cran2deb/sys/SYS/ b. /etc/cran2deb/archive should be a symlink pointing to /var/www/cran2deb/ $ ln -s /var/www/cran2deb/ /etc/cran2deb/archive + $ mkdir /var/www/cran2deb/SYS c. modify OTHERMIRROR of /etc/cran2deb/pbuilderrc.in to point to your webserver @@ -26,7 +28,7 @@ Let ROOT be the value returned by running: cran2deb root /var/cache/cran2deb, writable by whichever user(s) will run cran2deb. 4. run: cran2deb update 5. Try building a simple package: cran2deb build zoo - (The result will be in /var/cache/cran2deb/results) + (The result will be in /var/cache/cran2deb/results/SYS) $ cran2deb help