README-Debian 608 B

123456789101112
  1. Debian packaging notes by Graeme Humphries <graeme@sudo.ca>:
  2. Because the build depends on the AMD App SDK (which isn't packaged for Debian yet), this can't be built precisely like
  3. a normal Debian package. Here's a few short steps on how to get it building correctly:
  4. * Install AMD App SDK per the README.
  5. * Install and configure pbuilder (https://wiki.ubuntu.com/PbuilderHowto)
  6. * cd into this source directory, and create a fake upstream tarball:
  7. tar -cJvf ../bfgminer_${VERSION}.orig.tar.xz *
  8. * Build the package using pbuilder:
  9. pdebuild
  10. * The built package should end up in /var/cache/pbuilder/results