I've re-imported the radare into a PVC repository. The way to fetch it is:
$ wget youterm.com/pvc-0.3.tar.gz $ tar xzvf pvc-0.3.tar.gz $ export PATH=$PWD/pvc-0.3:$PATH $ mkdir radare.pvc $ cd radare.pvc $ pvc init rsync://news.nopcode.org:8181/pvcroot/radare To keep tracking of the latest commits just: $ pvc pull $ pvc reset --pancake _______________________________________________ radare mailing list [email protected] https://lists.nopcode.org/mailman/listinfo/radare
