summaryrefslogtreecommitdiff
path: root/README.md
blob: b49d1422a4921787a25e8ac1b3a2666e01f5624c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Portable 3D viewer using OpenGL ES 2

# Building

```sh
$ git clone git://darapsa.org/libproductviewer.git
$ cd libproductviewer
$ autoreconf --install
$ ./configure # (or use the platform specific wrappers, and adjust as necessary)
$ make
$ make install
```