Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 925 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 925 Bytes

bluelatex-deb

Debian packaging data for \BlueLaTeX

$ cd /tmp
$ wget https://dl.bintray.com/sbt/debian/sbt-0.13.6.deb
# apt-get install --no-install-recommends openjdk-7-jdk zip
# dpkg -i sbt-0.13.6.deb
  • Debian-related build stuff :
# apt-get install --no-install-recommends build-essential devscripts debhelper fakeroot dpatch quilt
  • Download the matching source tarball from the official \BlueLatex website, for instance for 1.0.2 :
$ wget https://github.com/gnieh/bluelatex/archive/v1.0.2.tar.gz -O bluelatex_1.0.2.orig.tar.gz
  • launch build.sh and follow instructions :
$ ./build.sh
to do build the package, launch the following :"
cd bluelatex-1.0.2

        debuild -us -uc
or for the i386 version on an amd64 box :
        debuild -us -uc -ai386

Works on Debian 7.7 wheezy amd64