diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..8ef924e --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Portable 3D viewer using OpenGL ES 2 + +# Building + +## Getting and preparing for configuration + +```sh +$ git clone git://darapsa.org/libproductviewer.git +$ cd libproductviewer +$ autoreconf --install +``` + +## Configuring for various target hosts, compiling, linking, and installing + +```sh +$ ./configure (or use the platform specific wrappers, and adjust as necessary) +$ make # -jN (with N an integer number of parallel tasks you allow your computer to run for compiling this) +$ sudo make install +``` |