summaryrefslogtreecommitdiff
path: root/README.install
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2008-07-01 16:45:28 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2008-07-01 16:45:28 +0200
commit2ada69fe971ecc8881d5eb01dfbf337996472c40 (patch)
treecfb5e62fb3b48399770c292ab73e0b16698de366 /README.install
Initial import
Diffstat (limited to 'README.install')
-rw-r--r--README.install25
1 files changed, 25 insertions, 0 deletions
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 <eyekode@yahoo.com>