i have download a lot files with the extension tar.gz. i have open it and it creates a new folder with a lot files in it? how can i install those files .. ?
i have download ARToolKit2.61.tar.gz and when i extract it creates a folder ARToolKit2.61, in the folder thereisn't anything to install.. just a lot of files.
i have download ARToolKit2.61.tar.gz and when i extract it creates a folder ARToolKit2.61, in the folder thereisn't anything to install.. just a lot of files.
The instructions on how to embed them are offline, maybe due to the old (2002?) age of that file.
There is no installer, maybe there are instructions elsewhere on how to embed them with what software you want to use it.
Btw, the VRML Renderer is not included, maybe that's a reason?
If you change your thread title to something like How to work with ARToolKit 2.61? your might get more answers, as it is definitely no .tar.gz problem.
I'm going to point out that .tar.gz files often are used to contain only source code, not executable binaries (which would be compiled on a per-platform basis and on a Mac would probably be a .zip or .dmg file). The OP's assertion that the archive contained "a lot of files" seems to support this.
There is often a README file which explains what to do with the files you unarchived, and/or a Makefile if it's something you'll need to compile on your machine.