X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=INSTALL;fp=INSTALL;h=aa22cc8154ee797c598cbeeb6a817b616fed264c;hb=e3ee5ceeccdd8f3b82c7ec2df50e3a9f2c77914d;hp=0000000000000000000000000000000000000000;hpb=6acb43d3d11b62a6f283292b67a4374822cb6e49;p=vor.git diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..aa22cc8 --- /dev/null +++ b/INSTALL @@ -0,0 +1,31 @@ +REQUIREMENTS + + vor requires the following libraries to build/run: + sdl http://www.libsdl.org/download-1.2.php + sdl_mixer http://www.libsdl.org/projects/SDL_mixer/ + sdl_image http://www.libsdl.org/projects/SDL_image/ + And the following to create the graphics: + povray http://www.povray.org/ + netpbm http://netpbm.sourceforge.net/ + +BUILDING + + "cd" to the vor source directory and type "make" at the command prompt. + +RUNNING + + "./vor" + + After building you should have an executable called "vor" in the + current (source) directory. You can run this here, "./vor" + +INSTALLING + + Just type "make install" at the command prompt. + + By default it puts executable in /usr/games/bin and the data in + /usr/share/vor. If you'd like to change either, edit the Makefile + before building. If you change these settings in the Makefile after + building, you'll have to "make clean" and build again before + installing. +