Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ARToolKitPlus/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'ARToolKitPlus/INSTALL')
-rw-r--r--ARToolKitPlus/INSTALL30
1 files changed, 0 insertions, 30 deletions
diff --git a/ARToolKitPlus/INSTALL b/ARToolKitPlus/INSTALL
deleted file mode 100644
index a0588d9..0000000
--- a/ARToolKitPlus/INSTALL
+++ /dev/null
@@ -1,30 +0,0 @@
-Install instructions for Linux:
-===============================
-
-Remarks:
---------
-
-The make environment for Linux is based on Qt's qmake system.
-Please install qmake before compiling ARToolKitPlus!
-
-Compile Steps:
---------------
-
-- Modify build/linux/options.pro to your needs
-- Set ARTKP environment variable to source tree
-
- for bash: export ARTKP='<path_to_artoolkitplus_source_tree>'
- for tcsh: setenv ARTKP '<path_to_artoolkitplus_source_tree>'
-
-- Start compilation with
-
- make
-
-- You should end up with
-
- ./lib ... ARToolKitPlus shared libraries
- ./bin ...
- simple ... Sample program
- idpatgen ... For generating ID markers
-
-- For executing, do not forget to update your LD_LIBRARY_PATH \ No newline at end of file