From 2ada69fe971ecc8881d5eb01dfbf337996472c40 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 1 Jul 2008 16:45:28 +0200 Subject: Initial import --- README.install | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.install (limited to 'README.install') diff --git a/README.install b/README.install new file mode 100644 index 0000000..d2f843e --- /dev/null +++ b/README.install @@ -0,0 +1,25 @@ +------------------ lfhex build/install instructions -------------------------- + +lfhex uses "qmake" for build management. + +Requirements: +- You must have Qt 4.x or latter to compile/link lfhex. +- You must have a compiler which is sane when using templates. +- You must have flex and bison + +Build Instructions: +% gunzip -c lfhex-x.x.tar.gz | tar xvf - +% cd lfhex-x.x +% qmake lfhex.pro +% make +% su +% make install + +If your platform does not support 64 bit file offsets then you will need to +comment out a line in lfhex.pro before building. + +If your platform is big-endian and you would like the offset labels to be in +big-endian you will have to uncomment a line in lfhex.pro before building. + +Please let me know if you have any difficulties building lfhex. +- Salem -- cgit v1.2.3-54-g00ecf