diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-03 20:28:59 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-03 20:28:59 +0800 |
| commit | 6dfbf8fd561187ef23eacf9aaae606c0fb42381f (patch) | |
| tree | 42af64e6988c9468b7abedbc9f980722d18a6ca6 /README.md | |
Initial working commit
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 +``` |